[Checkins] SVN: zopeorg.deployment/trunk/setup.py Switch to the PloneFormGen egg release

Wichert Akkerman wichert at wiggy.net
Wed May 28 11:35:38 EDT 2008


Log message for revision 86997:
  Switch to the PloneFormGen egg release

Changed:
  U   zopeorg.deployment/trunk/setup.py

-=-
Modified: zopeorg.deployment/trunk/setup.py
===================================================================
--- zopeorg.deployment/trunk/setup.py	2008-05-28 15:34:22 UTC (rev 86996)
+++ zopeorg.deployment/trunk/setup.py	2008-05-28 15:35:37 UTC (rev 86997)
@@ -9,7 +9,6 @@
 """,
       classifiers=[
         "Framework :: Plone",
-        "Framework :: Zope2",
         "Programming Language :: Python",
         "Topic :: Software Development :: Libraries :: Python Modules",
         ],
@@ -25,6 +24,7 @@
       install_requires=[
           'setuptools',
           "zopeorg.theme",
+          "Products.PloneFormGen",
       ],
       entry_points="""
       # -*- Entry points: -*-



More information about the Checkins mailing list