Commit fb4d794897f492367ee40d34e8bcd9a42ef5b176
1 parent
6ab23ae6
Added setup classifiers to specify supported Django versions
Fixes #72.
Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -23,6 +23,9 @@ setup( | @@ -23,6 +23,9 @@ setup( | ||
| 23 | 'Development Status :: 5 - Production/Stable', | 23 | 'Development Status :: 5 - Production/Stable', |
| 24 | 'Environment :: Web Environment', | 24 | 'Environment :: Web Environment', |
| 25 | 'Framework :: Django', | 25 | 'Framework :: Django', |
| 26 | + 'Framework :: Django :: 1.7', | ||
| 27 | + 'Framework :: Django :: 1.8', | ||
| 28 | + 'Framework :: Django :: 1.9', | ||
| 26 | 'Intended Audience :: Developers', | 29 | 'Intended Audience :: Developers', |
| 27 | 'Natural Language :: English', | 30 | 'Natural Language :: English', |
| 28 | 'License :: OSI Approved :: BSD License', | 31 | 'License :: OSI Approved :: BSD License', |
Please
register
or
login
to post a comment