[Checkins] SVN: zope.i18n/trunk/ Suppress inclusion of setup.cfg in sdist builds.

Tres Seaver tseaver at palladion.com
Fri Apr 14 20:00:44 EDT 2006


Log message for revision 66964:
  Suppress inclusion of setup.cfg in sdist builds.

Changed:
  A   zope.i18n/trunk/MANIFEST.in
  U   zope.i18n/trunk/setup.py

-=-
Added: zope.i18n/trunk/MANIFEST.in
===================================================================
--- zope.i18n/trunk/MANIFEST.in	2006-04-14 23:59:43 UTC (rev 66963)
+++ zope.i18n/trunk/MANIFEST.in	2006-04-15 00:00:44 UTC (rev 66964)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2006-04-14 23:59:43 UTC (rev 66963)
+++ zope.i18n/trunk/setup.py	2006-04-15 00:00:44 UTC (rev 66964)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.i18nmessageid package
+"""Setup for zope.i18n package
 
 $Id$
 """
@@ -30,7 +30,6 @@
       description='Zope3 Internationalization Support',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description='',
       
       packages=['zope', 'zope.i18n'],
       package_dir = {'': os.path.join(os.path.dirname(__file__), 'src')},
@@ -42,7 +41,6 @@
                         'zope.deprecation',
                         'zope.interface',
                         'zope.schema',
-                        'zope.testing',
                        ],
       include_package_data = True,
 



More information about the Checkins mailing list