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
commit9dd8e8f7c824ef8066074fd85d3658845548cb34 (patch)
tree996eeb8b2558202cde3d2fb91b2fddb4b5fcd1f2
parentcefaff099441cc254c57e90b96cee341057a5d41 (diff)
downloadpython-setuptools-bitbucket-9dd8e8f7c824ef8066074fd85d3658845548cb34.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)