[Checkins] SVN: zc.buildout/trunk/setup.py Removed wrong trove classifier that should be computed from the

Jim Fulton jim at zope.com
Tue Jan 22 18:47:25 EST 2008


Log message for revision 83097:
  Removed wrong trove classifier that should be computed from the
  version #. Grrrr.
  

Changed:
  U   zc.buildout/trunk/setup.py

-=-
Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2008-01-22 23:43:18 UTC (rev 83096)
+++ zc.buildout/trunk/setup.py	2008-01-22 23:47:25 UTC (rev 83097)
@@ -73,7 +73,6 @@
                     ['buildout = %s.buildout:main' % name]}, 
     zip_safe=False,
     classifiers = [
-       'Development Status :: 4 - Beta',
        'Intended Audience :: Developers',
        'License :: OSI Approved :: Zope Public License',
        'Topic :: Software Development :: Build Tools',



More information about the Checkins mailing list