mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
mark the package python 3 compatible
This commit is contained in:
parent
f391a1d27c
commit
8838b97167
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -76,6 +76,8 @@ setup(
|
|||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
],
|
||||
platforms=['any'],
|
||||
url='http://github.com/jcassee/django-analytical',
|
||||
|
|
|
|||
Loading…
Reference in a new issue