mirror of
https://github.com/django/django.git
synced 2025-08-30 07:17:49 +00:00
Fixed #20615 -- Added trove classifiers for major Python versions.
This commit is contained in:
parent
b6f86fbeb1
commit
efe6e16008
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -100,8 +100,10 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue