SVN: zope.deprecation/trunk/setup.py Package names can't embed dots.
Tres Seaver <[email protected]> Mon, 13 Mar 2006 14:11:57 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 65956:
Package names can't embed dots.
Changed:
U zope.deprecation/trunk/setup.py
-=-
Modified: zope.deprecation/trunk/setup.py
===================================================================
--- zope.deprecation/trunk/setup.py 2006-03-13 17:40:51 UTC (rev 65955)
+++ zope.deprecation/trunk/setup.py 2006-03-13 19:11:56 UTC (rev 65956)
@@ -24,7 +24,7 @@
except ImportError, e:
from distutils.core import setup, Extension
-setup(name='zope.deprecation',
+setup(name='zope_deprecation',
version='3.0',
url='http://svn.zope.org/zope.deprecation',
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS