[Checkins] SVN: z3c.image/trunk/setup.py correct framework for pypiwq

Juergen Kartnaller juergen at kartnaller.at
Wed Oct 15 10:31:00 EDT 2008


Log message for revision 92220:
  correct framework for pypiwq

Changed:
  U   z3c.image/trunk/setup.py

-=-
Modified: z3c.image/trunk/setup.py
===================================================================
--- z3c.image/trunk/setup.py	2008-10-15 14:26:25 UTC (rev 92219)
+++ z3c.image/trunk/setup.py	2008-10-15 14:30:59 UTC (rev 92220)
@@ -10,9 +10,9 @@
     keywords = "zope3 image",
     url='http://svn.zope.org/z3c.image',
     classifiers = [
-        'Development Status :: 3 - Alpha',
+        'Development Status :: 5 - Production/Stable',
         "License :: OSI Approved :: Zope Public License",
-        "Framework :: Zope :: UI",
+        "Framework :: Zope3",
         ],
     packages = find_packages('src'),
     include_package_data = True,



More information about the Checkins mailing list