[Zope-CVS] SVN: zope.exceptions/trunk/setup.py Dots *do* seem to
work.
Tres Seaver
tseaver at palladion.com
Mon Mar 13 17:28:17 EST 2006
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,
More information about the Zope-CVS
mailing list