added pypi classifiers to setup.py

This commit is contained in:
Pablo Hoffman 2009-09-17 11:22:48 -03:00
parent 6e93872955
commit 6e10914454
1 changed files with 14 additions and 0 deletions

View File

@ -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',
]
)