
tseaver at palladion
Mar 13, 2006, 2:28 PM
Post #1 of 1
(852 views)
Permalink
|
|
SVN: zope.exceptions/trunk/setup.py Dots *do* seem to work.
|
|
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 - Zope-CVS [at] zope http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS
|