[Checkins] SVN: zope.decorator/trunk/setup.py Corrected the package
name.
Alexander Heavner
alex at zope.com
Fri Feb 16 13:48:02 EST 2007
Log message for revision 72650:
Corrected the package name.
Changed:
U zope.decorator/trunk/setup.py
-=-
Modified: zope.decorator/trunk/setup.py
===================================================================
--- zope.decorator/trunk/setup.py 2007-02-16 18:45:58 UTC (rev 72649)
+++ zope.decorator/trunk/setup.py 2007-02-16 18:48:01 UTC (rev 72650)
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
- name="zc.decorator",
+ name="zope.decorator",
version="0.1dev",
packages=find_packages('src'),
package_dir={'':'src'},
More information about the Checkins
mailing list