aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-30 10:59:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-30 10:59:03 -0500
commitb393354ec71116fe7e1f34f6b94a991c253514f9 (patch)
treed479e57bac94159af9ba044c137f6591b6875456 /setup.py
parent133272d7b4655411d3d7a1ce18fc66f3a568abd7 (diff)
parent7b82f0adbeafed8576e5c4c150d053b57822f101 (diff)
downloadexternal_python_setuptools-b393354ec71116fe7e1f34f6b94a991c253514f9.tar.gz
external_python_setuptools-b393354ec71116fe7e1f34f6b94a991c253514f9.tar.bz2
external_python_setuptools-b393354ec71116fe7e1f34f6b94a991c253514f9.zip
Merge with remove-svn
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 937b5794..f441815f 100755
--- a/setup.py
+++ b/setup.py
@@ -172,9 +172,6 @@ setup_params = dict(
],
"console_scripts": console_scripts,
- "setuptools.file_finders":
- ["svn_cvs = setuptools.command.sdist:_default_revctrl"],
-
"setuptools.installation":
['eggsecutable = setuptools.command.easy_install:bootstrap'],
},