mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-03 21:14:51 +00:00
Merge pull request #31 from JeffPaine/setup
Add trove classifiers to setup.py for python versions
This commit is contained in:
commit
ebb012f3af
1 changed files with 8 additions and 1 deletions
9
setup.py
9
setup.py
|
|
@ -56,6 +56,13 @@ setup(
|
|||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.5',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue