From 8838b97167f764c0e0ec19793ce01b0095a5b742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Fri, 15 May 2015 11:08:17 -0300 Subject: [PATCH] mark the package python 3 compatible --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index f9158af..bce6e95 100644 --- a/setup.py +++ b/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',