[Checkins] SVN: zope.interface/trunk/setup.py Don't need fossils supporting doctests.

Tres Seaver cvs-admin at zope.org
Fri Mar 30 18:57:45 UTC 2012


Log message for revision 124821:
  Don't need fossils supporting doctests.

Changed:
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2012-03-30 18:57:37 UTC (rev 124820)
+++ zope.interface/trunk/setup.py	2012-03-30 18:57:41 UTC (rev 124821)
@@ -29,17 +29,6 @@
     # do we need to support plain distutils for building when even
     # the package itself requires setuptools for installing?
     from distutils.core import setup, Extension
-
-    if sys.version_info[:2] >= (2, 4):
-        extra = dict(
-            package_data={
-                'zope.interface': ['*.txt'],
-                'zope.interface.tests': ['*.txt'],
-                }
-            )
-    else:
-        extra = {}
-
 else:
     codeoptimization_c = os.path.join('src', 'zope', 'interface',
                                       '_zope_interface_coptimizations.c')



More information about the checkins mailing list