diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-19 14:02:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-19 14:02:16 -0400 |
| commit | b5299c316942b61cbc98750c0ed93f3a4c69b16a (patch) | |
| tree | 8134ab5b873cb126acf0a8de2730fc672a1457c2 | |
| parent | f19e5732da07d22ea0d7c7a64ba7e736ba2d1a52 (diff) | |
| download | external_python_setuptools-b5299c316942b61cbc98750c0ed93f3a4c69b16a.tar.gz external_python_setuptools-b5299c316942b61cbc98750c0ed93f3a4c69b16a.tar.bz2 external_python_setuptools-b5299c316942b61cbc98750c0ed93f3a4c69b16a.zip | |
Reindent
| -rw-r--r-- | setuptools/dist.py | 8 |
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): |
