Being a good PyPI citizen.

This commit is contained in:
Bryan Veloso 2011-04-01 12:26:17 -07:00
parent 5ba04d0976
commit 4f904cda87

View file

@ -19,11 +19,13 @@ setup(
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Framework :: Django',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Utilities'
]
)