SVN: zope.exceptions/trunk/setup.py Dots *do* seem to work.

Tres Seaver <[email protected]> Mon, 13 Mar 2006 17:28:17 -0500 (EST)
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Log message for revision 65976:
  Dots *do* seem to work.

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

-=-
Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2006-03-13 22:27:58 UTC (rev 65975)
+++ zope.exceptions/trunk/setup.py	2006-03-13 22:28:17 UTC (rev 65976)
@@ -23,7 +23,7 @@
 except ImportError, e:
     from distutils.core import setup, Extension
 
-setup(name='zope_exceptions',
+setup(name='zope.exceptions',
       version='3.0',
       url='http://svn.zope.org/zope.exceptions',
       license='ZPL 2.1',
@@ -37,8 +37,8 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['zope_deprecation',
-                        'zope_interface',
+      install_requires=['zope.deprecation',
+                        'zope.interface',
                        ],
       include_package_data = True,
 

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS