summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickjacobson <nicksjacobson@yahoo.com>2016-06-17 13:51:51 -0700
committerGitHub <noreply@github.com>2016-06-17 13:51:51 -0700
commitf90650f1facc41c0d784a578d21e82c1e49b61c9 (patch)
tree7bfe28f353f3640444a4bcbe65b257a47a3553bd
parent19341c5f58048f076dc42aade5cd707f19c5bf35 (diff)
downloadipaddr-py-f90650f1facc41c0d784a578d21e82c1e49b61c9.tar.gz
Adding trove classifiers for Python 2.
Adding trove classifiers for Python 2.
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
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'],