[Checkins] SVN: Products.CMFCore/trunk/setup.py - erase small difference to the other setups

Jens Vagelpohl jens at dataflake.org
Tue Aug 26 06:48:53 EDT 2008


Log message for revision 90293:
  - erase small difference to the other setups
  

Changed:
  U   Products.CMFCore/trunk/setup.py

-=-
Modified: Products.CMFCore/trunk/setup.py
===================================================================
--- Products.CMFCore/trunk/setup.py	2008-08-26 10:24:27 UTC (rev 90292)
+++ Products.CMFCore/trunk/setup.py	2008-08-26 10:48:52 UTC (rev 90293)
@@ -19,7 +19,7 @@
          + "Download\n========"
          )
 
-setup(name='Products.CMFCore',
+setup(name='Products.%s' % NAME,
       version=_package_doc('version.txt').strip(),
       description='Core components of Zope Content Management Framework',
       long_description=README,



More information about the Checkins mailing list