aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-18 09:10:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-18 09:10:24 -0400
commitd01d1da2bed3f0ebefde89878e1e1597f3c50ca1 (patch)
tree6e09771893ab4368c90e038a19d485126057d2a7 /setup.py
parentb8a80d2f4a95c4d6c7db7536fc00f1fc5708321d (diff)
downloadexternal_python_setuptools-d01d1da2bed3f0ebefde89878e1e1597f3c50ca1.tar.gz
external_python_setuptools-d01d1da2bed3f0ebefde89878e1e1597f3c50ca1.tar.bz2
external_python_setuptools-d01d1da2bed3f0ebefde89878e1e1597f3c50ca1.zip
Remove excess whitespace
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 978644d2..629f2fff 100755
--- a/setup.py
+++ b/setup.py
@@ -119,7 +119,7 @@ setup_params = dict(
cmdclass = {'test': test},
entry_points = {
- "distutils.commands" : [
+ "distutils.commands": [
"%(cmd)s = setuptools.command.%(cmd)s:%(cmd)s" % locals()
for cmd in SETUP_COMMANDS
],