diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -22,10 +22,11 @@ setup(      classifiers = [          'Development Status :: 4 - Beta', +        'Framework :: Django',          'Intended Audience :: Developers',          'License :: OSI Approved :: BSD License',          'Operating System :: OS Independent',          'Programming Language :: Python', -        'Topic :: Internet', +        'Topic :: Internet :: WWW/HTTP',      ]  )
\ No newline at end of file | 
