mark the package python 3 compatible

This commit is contained in:
Martín Gaitán 2015-05-15 11:08:17 -03:00
parent f391a1d27c
commit 8838b97167

View file

@ -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',