Mailing List Archive

SVN: zope.exceptions/trunk/setup.py Package names can't embed dots.
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 - Zope-CVS@zope.org
http://mail.zope.org/mailman/listinfo/zope-cvs

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