From f90650f1facc41c0d784a578d21e82c1e49b61c9 Mon Sep 17 00:00:00 2001 From: nickjacobson Date: Fri, 17 Jun 2016 13:51:51 -0700 Subject: Adding trove classifiers for Python 2. Adding trove classifiers for Python 2. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 3356432..888f8f4 100755 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ setup(name='ipaddr', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Topic :: Internet', 'Topic :: Software Development :: Libraries', 'Topic :: System :: Networking'], -- cgit v1.2.1