aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-24 09:44:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-24 09:44:52 -0400
commit3cee4d8f79a20f1d67b194ee383dddd826695e0d (patch)
tree52af4f67eadba58902b499824d003d6a8a5d97e5 /setuptools/command/egg_info.py
parenta73ca4fdcd1ba386159eb6ceb66d40af674a034c (diff)
downloadexternal_python_setuptools-3cee4d8f79a20f1d67b194ee383dddd826695e0d.tar.gz
external_python_setuptools-3cee4d8f79a20f1d67b194ee383dddd826695e0d.tar.bz2
external_python_setuptools-3cee4d8f79a20f1d67b194ee383dddd826695e0d.zip
Nicer indentation
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 8e1502a5..829f03f9 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -52,8 +52,10 @@ class egg_info(Command):
]
boolean_options = ['tag-date', 'tag-svn-revision']
- negative_opt = {'no-svn-revision': 'tag-svn-revision',
- 'no-date': 'tag-date'}
+ negative_opt = {
+ 'no-svn-revision': 'tag-svn-revision',
+ 'no-date': 'tag-date',
+ }
def initialize_options(self):
self.egg_name = None