From 97d43ce576112fdda6d2fa1cecf4b46cc85b04c2 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 29 Mar 2006 22:23:38 +0000 Subject: Added ``setuptools.file_finders`` entry point group to allow implementing revision control plugins. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043428 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') 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 -- cgit v1.2.3