Merge pull request #60 from mgaitan/update_setup

mark the package python 3 compatible
This commit is contained in:
Peter Bittner 2015-05-15 23:14:48 +02:00
commit 3f22d2881f

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