aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-19 14:02:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-19 14:02:16 -0400
commitb5299c316942b61cbc98750c0ed93f3a4c69b16a (patch)
tree8134ab5b873cb126acf0a8de2730fc672a1457c2
parentf19e5732da07d22ea0d7c7a64ba7e736ba2d1a52 (diff)
downloadexternal_python_setuptools-b5299c316942b61cbc98750c0ed93f3a4c69b16a.tar.gz
external_python_setuptools-b5299c316942b61cbc98750c0ed93f3a4c69b16a.tar.bz2
external_python_setuptools-b5299c316942b61cbc98750c0ed93f3a4c69b16a.zip
Reindent
-rw-r--r--setuptools/dist.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py
index a3099fcd..dbb083bb 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -114,10 +114,10 @@ def check_nsp(dist, attr, value):
)
parent, sep, child = nsp.rpartition('.')
if parent and parent not in value:
- distutils.log.warn(
- "WARNING: %r is declared as a package namespace, but %r"
- " is not: please correct this in setup.py", nsp, parent
- )
+ distutils.log.warn(
+ "WARNING: %r is declared as a package namespace, but %r"
+ " is not: please correct this in setup.py", nsp, parent
+ )
def check_extras(dist, attr, value):