summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shields <shields@msrl.com>2016-06-17 16:55:10 -0700
committerGitHub <noreply@github.com>2016-06-17 16:55:10 -0700
commit0f6e0e5f59cde384f0d319ddb2de76f70a628209 (patch)
tree7bfe28f353f3640444a4bcbe65b257a47a3553bd
parent19341c5f58048f076dc42aade5cd707f19c5bf35 (diff)
parentf90650f1facc41c0d784a578d21e82c1e49b61c9 (diff)
downloadipaddr-py-0f6e0e5f59cde384f0d319ddb2de76f70a628209.tar.gz
Merge pull request #119 from nickjacobson/patch-1six
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'],