summaryrefslogtreecommitdiff
path: root/setuptools/command/build_py.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-09 02:52:39 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-09 02:52:39 -0500
commitfc28df6ec826b3bd1ffa89d55d3674aa89d2f5fc (patch)
treee23909f51aedbf789c798c347171b97eedfe4cec /setuptools/command/build_py.py
parent2b2c7c76e8eda4c608183c8e75d9eb0123724135 (diff)
downloadpython-setuptools-git-fc28df6ec826b3bd1ffa89d55d3674aa89d2f5fc.tar.gz
Remove hanging indent
Diffstat (limited to 'setuptools/command/build_py.py')
-rw-r--r--setuptools/command/build_py.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py
index 43159c7c..e729f712 100644
--- a/setuptools/command/build_py.py
+++ b/setuptools/command/build_py.py
@@ -183,8 +183,10 @@ class build_py(orig.build_py, Mixin2to3):
def exclude_data_files(self, package, src_dir, files):
"""Filter filenames for package's data files in 'src_dir'"""
- globs = (self.exclude_package_data.get('', [])
- + self.exclude_package_data.get(package, []))
+ globs = (
+ self.exclude_package_data.get('', [])
+ + self.exclude_package_data.get(package, [])
+ )
bad = []
for pattern in globs:
bad.extend(