diff options
| author | Jacob Kaplan-Moss | 2009-04-12 22:22:02 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss | 2009-04-12 22:22:02 -0500 |
| commit | 2c8db05a9c7b5e7383a175a15bc8a15f755e1978 (patch) | |
| tree | bdc4e04b13d9f13f9a3377fa7cf232981c005641 /setup.py | |
| parent | ec52c6ddc007ff8c5f731d1ea07ee8a638d322c6 (diff) | |
| download | django-shorturls-2c8db05a9c7b5e7383a175a15bc8a15f755e1978.tar.bz2 | |
Updated classifiers a bit.
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 |
