aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index cf3b17a1..0517a19a 100755
--- a/setup.py
+++ b/setup.py
@@ -77,9 +77,9 @@ setup(
"easy_install-%s = setuptools.command.easy_install:main"
% sys.version[:3]
],
- },
-
-
+ "setuptools.file_finders":
+ ["svn_cvs = setuptools.command.sdist:_default_revctrl"]
+ },
classifiers = [f.strip() for f in """
Development Status :: 3 - Alpha
Intended Audience :: Developers