[Checkins] SVN: zc.mirrorcheeseshopslashsimple/branches/local-mirror/setup.py more metadata

Andreas Jung andreas at andreas-jung.com
Tue Aug 26 05:32:24 EDT 2008


Log message for revision 90268:
  more metadata
  

Changed:
  U   zc.mirrorcheeseshopslashsimple/branches/local-mirror/setup.py

-=-
Modified: zc.mirrorcheeseshopslashsimple/branches/local-mirror/setup.py
===================================================================
--- zc.mirrorcheeseshopslashsimple/branches/local-mirror/setup.py	2008-08-26 09:03:49 UTC (rev 90267)
+++ zc.mirrorcheeseshopslashsimple/branches/local-mirror/setup.py	2008-08-26 09:32:24 UTC (rev 90268)
@@ -1,9 +1,26 @@
 from setuptools import setup
 
+CLASSIFIERS = [
+            'Development Status :: 5 - Production/Stable',
+            'Intended Audience :: Developers',
+            'License :: OSI Approved :: Zope Public License',
+            'Operating System :: OS Independent',
+            'Programming Language :: Python',
+]
+
+long_desc = open('README.txt').read()
+
 setup(
     name='zc.mirrorcheeseshopslashsimple',
-    version='0.3',
+    version='0.4',
     description='A script for mirroring the PyPI simple index',
+    license='ZPL (see LICENSE.txt)',
+    author='Jim Fulton',
+    author_email='jim at zope.com',
+    maintainer='Jim Fulton',
+    maintainer_email='jim at zope.com',
+    classifiers=CLASSIFIERS,
+    long_description=long_desc,
     package_dir = {'': 'src'},
     install_requires = ['zc.lockfile'],
     entry_points = dict(console_scripts=[



More information about the Checkins mailing list