[Zope-CVS] SVN: zope.deprecation/trunk/setup.py Package names can't
	embed dots.
    Tres Seaver 
    tseaver at palladion.com
       
    Mon Mar 13 14:11:57 EST 2006
    
    
  
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',
    
    
More information about the Zope-CVS
mailing list