Skip to content

Commit

Permalink
Adding classifiers for setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobaeder committed Oct 23, 2011
1 parent 5d1cfec commit eabaf46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,10 @@
description="Redis sessions for Tornado",
long_description="""\
Redis user sessions to use with Tornado server""",
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Topic :: Internet :: WWW/HTTP :: Session',
'Topic :: Database',
], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords='pycket redis tornado session python',
author='Diogo Baeder',
author_email='desenvolvedor@diogobaeder.com.br',
Expand Down

0 comments on commit eabaf46

Please sign in to comment.