[Zope-CVS] SVN: zope.schema/trunk/s Dots *do* seem to work.

Tres Seaver tseaver at palladion.com
Mon Mar 13 17:27:07 EST 2006


Log message for revision 65974:
  Dots *do* seem to work.

Changed:
  U   zope.schema/trunk/setup.py
  _U  zope.schema/trunk/src/zope/

-=-
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2006-03-13 22:26:24 UTC (rev 65973)
+++ zope.schema/trunk/setup.py	2006-03-13 22:27:06 UTC (rev 65974)
@@ -23,27 +23,23 @@
 except ImportError, e:
     from distutils.core import setup, Extension
 
-setup(name='zope.XXX',
+setup(name='zope.schema',
       version='1.0',
-      url='http://svn.zope.org/zope.XXX',
+      url='http://svn.zope.org/zope.schema',
       license='ZPL 2.1',
-      description='XXX',
+      description='Zope3 Data Schemas',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       long_description='',
       
-      packages=['zope', 'zope.XXX'],
+      packages=['zope', 'zope.schema'],
       package_dir = {'': os.path.join(os.path.dirname(__file__), 'src')},
 
-##       ext_modules=[Extension("zope.XXX._zope_XXX",
-##                              [os.path.join('src', 'zope', 'XXX',
-##                                            "_zope_XXX.c")
-##                               ]),
-##                    ],
-
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['zope.deprecation'],
+      install_requires=['zope.i18nmessageid',
+                        'zope.interface',
+                       ],
       include_package_data = True,
 
       zip_safe = False,


Property changes on: zope.schema/trunk/src/zope
___________________________________________________________________
Name: svn:externals
   - 

   + schema svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/schema




More information about the Zope-CVS mailing list