Skip to content

Commit

Permalink
Add some trove classifiers to the package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby White committed Jan 4, 2011
1 parent 4d8515b commit f4f439f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Expand Up @@ -11,4 +11,11 @@
packages=['sunburnt'],
requires=['httplib2', 'lxml', 'pytz'],
license='WTFPL',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: DFSG approved',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
'Topic :: Software Development :: Libraries'],
)

0 comments on commit f4f439f

Please sign in to comment.