[Zope-Checkins] SVN: Zope/trunk/setup.py Added some classifiers
Hanno Schlichting
hannosch at hannosch.eu
Fri Jul 9 14:02:55 EDT 2010
Log message for revision 114394:
Added some classifiers
Changed:
U Zope/trunk/setup.py
-=-
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2010-07-09 17:57:17 UTC (rev 114393)
+++ Zope/trunk/setup.py 2010-07-09 18:02:55 UTC (rev 114394)
@@ -25,7 +25,16 @@
author_email='zope-dev at zope.org',
long_description=file("README.txt").read() + "\n" +
file(os.path.join("doc", "CHANGES.rst")).read(),
-
+ classifiers=[
+ 'Development Status :: 6 - Mature',
+ "Environment :: Web Environment",
+ "Framework :: Zope2",
+ "License :: OSI Approved :: Zope Public License",
+ "Operating System :: OS Independent",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 2.6",
+ "Programming Language :: Python :: 2.7",
+ ],
packages=find_packages('src'),
namespace_packages=['Products'],
package_dir={'': 'src'},
More information about the Zope-Checkins
mailing list