[Checkins] SVN: zc.sourcefactory/trunk/ - preparing 0.3.4 release

Michael Howitz mh at gocept.com
Wed Aug 27 07:02:30 EDT 2008


Log message for revision 90425:
  - preparing 0.3.4 release
  - added classifiers

Changed:
  U   zc.sourcefactory/trunk/CHANGES.txt
  U   zc.sourcefactory/trunk/setup.py

-=-
Modified: zc.sourcefactory/trunk/CHANGES.txt
===================================================================
--- zc.sourcefactory/trunk/CHANGES.txt	2008-08-27 10:38:21 UTC (rev 90424)
+++ zc.sourcefactory/trunk/CHANGES.txt	2008-08-27 11:02:30 UTC (rev 90425)
@@ -1,11 +1,11 @@
 Changes
 =======
 
-0.4.0 (unreleased)
+0.3.4 (2008-08-27)
 ------------------
 
     - Added all documents in package to long description, so they are
-      readable in pypi.
+      readable in pypi. [icemac]
 
 0.3.3 (2008-06-10)
 ------------------

Modified: zc.sourcefactory/trunk/setup.py
===================================================================
--- zc.sourcefactory/trunk/setup.py	2008-08-27 10:38:21 UTC (rev 90424)
+++ zc.sourcefactory/trunk/setup.py	2008-08-27 11:02:30 UTC (rev 90425)
@@ -29,6 +29,17 @@
         "\n\n" + 
         read_file("CHANGES.txt")
         ),
+    classifiers = [
+        "Topic :: Software Development",
+        "Framework :: Zope3",
+        "Development Status :: 5 - Production/Stable",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved",
+        "License :: OSI Approved :: Zope Public License",
+        "Natural Language :: English",
+        "Operating System :: OS Independent",
+        "Programming Language :: Python",
+        ],
 
     packages=find_packages('src'),
     package_dir={'':'src'},



More information about the Checkins mailing list