summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2018-08-22 08:58:03 -0400
committerJames Socol <me@jamessocol.com>2018-08-22 08:58:03 -0400
commit474d1a65e391c35ee3655825190a59feb6d76117 (patch)
tree560db8e2ab4e47e6e972e7e49bca9866afe4aa9e
parentfadc6ccc768c327c830044dee34dd0271302e8d4 (diff)
downloadpystatsd-474d1a65e391c35ee3655825190a59feb6d76117.tar.gz
Remove old version classifiers
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index cb27dd4..59a99d8 100644
--- a/setup.py
+++ b/setup.py
@@ -22,12 +22,8 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.5',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',