From fb0f23bf3ae1531bf778a279f27ac6e775d6f83f Mon Sep 17 00:00:00 2001 From: Steven Kryskalla Date: Sun, 25 Aug 2013 20:30:35 -0700 Subject: add python2/3 classifiers to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4faaedc..c861b28 100644 --- a/setup.py +++ b/setup.py @@ -63,4 +63,8 @@ setup( url="https://bitbucket.org/micktwomey/pyiso8601", packages=["iso8601"], license="MIT", + classifiers=[ + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3", + ], ) -- cgit v1.2.1