Mailing List Archive

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

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