SVN: zope.exceptions/trunk/setup.py Package names can't embed dots.
Tres Seaver <[email protected]> Mon, 13 Mar 2006 17:07:25 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 65965:
Package names can't embed dots.
Changed:
U zope.exceptions/trunk/setup.py
-=-
Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py 2006-03-13 21:04:13 UTC (rev 65964)
+++ zope.exceptions/trunk/setup.py 2006-03-13 22:07:24 UTC (rev 65965)
@@ -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