summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-07-02 08:04:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-07-02 08:04:52 -0400
commitd559b45bb0f9e3472ac62574c858f4ab29707a8e (patch)
tree4be35463e12d2915317c66f902f8b2eba51a36b7
parent4acb16a206bb4467663a2e0dcd024cbdc6a5c649 (diff)
downloadpython-setuptools-git-d559b45bb0f9e3472ac62574c858f4ab29707a8e.tar.gz
Resave with excess whitespace removed
-rwxr-xr-xsetuptools/command/egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index a1818edc..72493d0b 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -320,7 +320,7 @@ class manifest_maker(sdist):
self.filelist.exclude_pattern(None, prefix=build.build_base)
self.filelist.exclude_pattern(None, prefix=base_dir)
sep = re.escape(os.sep)
- self.filelist.exclude_pattern(r'(^|' + sep + r')(RCS|CVS|\.svn)' + sep,
+ self.filelist.exclude_pattern(r'(^|' + sep + r')(RCS|CVS|\.svn)' + sep,
is_regex=1)