mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add supported Python versions to classifier troves
This commit is contained in:
parent
d04a6552a4
commit
f18a180d0e
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -22,6 +22,11 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Framework :: Django',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue