diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-07-02 08:04:52 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-07-02 08:04:52 -0400 |
| commit | d559b45bb0f9e3472ac62574c858f4ab29707a8e (patch) | |
| tree | 4be35463e12d2915317c66f902f8b2eba51a36b7 /setuptools/command/egg_info.py | |
| parent | 4acb16a206bb4467663a2e0dcd024cbdc6a5c649 (diff) | |
| download | python-setuptools-git-d559b45bb0f9e3472ac62574c858f4ab29707a8e.tar.gz | |
Resave with excess whitespace removed
Diffstat (limited to 'setuptools/command/egg_info.py')
| -rwxr-xr-x | setuptools/command/egg_info.py | 2 |
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) |
