aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 16:10:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 16:10:17 -0400
commita9541756f6a12c91704feffec4ddfee859f12c30 (patch)
treefcb9957fd407e17cb3181385a051b1db759d5141 /setuptools/command/egg_info.py
parent6f6ee4f28ec5ceb95594264746da3676947aaa08 (diff)
downloadexternal_python_setuptools-a9541756f6a12c91704feffec4ddfee859f12c30.tar.gz
external_python_setuptools-a9541756f6a12c91704feffec4ddfee859f12c30.tar.bz2
external_python_setuptools-a9541756f6a12c91704feffec4ddfee859f12c30.zip
Fix indent
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 9ba719fe..de43bf0c 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -76,8 +76,7 @@ class egg_info(Command):
"%s==%s" if isinstance(parsed_version, Version) else "%s===%s"
)
list(
- parse_requirements(spec % (self.egg_name,
- self.egg_version))
+ parse_requirements(spec % (self.egg_name, self.egg_version))
)
except ValueError:
raise distutils.errors.DistutilsOptionError(