mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-16 17:01:05 +00:00
New Django classifiers added in setup.py
This commit is contained in:
parent
feeec2c28b
commit
1fe41a1eaf
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -48,6 +48,11 @@ setup(
|
|||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Framework :: Django',
|
||||
'Framework :: Django :: 1.10',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.7',
|
||||
# Specify the Python versions you support here. In particular, ensure
|
||||
# that you indicate whether you support Python 2, Python 3 or both.
|
||||
'Programming Language :: Python',
|
||||
|
|
|
|||
Loading…
Reference in a new issue