[Checkins] SVN: zope.app.publisher/branches/3.4/setup.py * Bump version number

Philipp von Weitershausen philikon at philikon.de
Thu Aug 23 17:04:29 EDT 2007


Log message for revision 79175:
  * Bump version number
  * Change homepage to PyPI
  * Add Trove classifiers
  

Changed:
  U   zope.app.publisher/branches/3.4/setup.py

-=-
Modified: zope.app.publisher/branches/3.4/setup.py
===================================================================
--- zope.app.publisher/branches/3.4/setup.py	2007-08-23 21:01:46 UTC (rev 79174)
+++ zope.app.publisher/branches/3.4/setup.py	2007-08-23 21:04:29 UTC (rev 79175)
@@ -3,10 +3,18 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.app.publisher',
-      version = '3.4.0b1',
-      url='http://svn.zope.org/zope.app.publisher',
+      version = '3.4.0b2',
+      url='http://pypi.python.org/pypi/zope.app.publisher',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
+      classifiers = ['Environment :: Web Environment',
+                     'Intended Audience :: Developers',
+                     'License :: OSI Approved :: Zope Public License',
+                     'Programming Language :: Python',
+                     'Operating System :: OS Independent',
+                     'Topic :: Internet :: WWW/HTTP',
+                     'Framework :: Zope3',
+                     ],
 
       packages=find_packages('src'),
       package_dir={'': 'src'},



More information about the Checkins mailing list