From 6e10914454f12711d6ede6a4e923a6fd9ed101c9 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 17 Sep 2009 11:22:48 -0300 Subject: [PATCH] added pypi classifiers to setup.py --- setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.py b/setup.py index c5fb95ef2..8d63db520 100644 --- a/setup.py +++ b/setup.py @@ -94,4 +94,18 @@ setup( cmdclass = cmdclasses, data_files = data_files, scripts = ['bin/scrapy-ctl.py'], + classifiers = [ + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'License :: OSI Approved :: BSD License', + 'Operating System :: OS Independent', + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'Environment :: Console', + 'Topic :: Software Development :: Libraries :: Application Frameworks', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Internet :: WWW/HTTP', + ] ) -- GitLab