mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-28 14:08:16 +00:00
Advertising Python 3 support in setup.py
This commit is contained in:
parent
3f26b0e4af
commit
f7485ab291
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -35,6 +35,10 @@ 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.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
"Framework :: Django",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue