summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-10-16 16:03:03 +0100
committerThomas Kluyver <takowl@gmail.com>2015-10-16 16:03:03 +0100
commitd21a2eacc463bdb46c56accec13e2266d69668fe (patch)
tree665bd7584b1b10e3d668833058ea8db67c34bd97
parentcbcabfa97a1e0bb4ad6cb311bf9d94ea5f65e64a (diff)
downloadpexpect-git-d21a2eacc463bdb46c56accec13e2266d69668fe.tar.gz
Remove Python 2.6 trove classifier
Closes gh-293
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9b81776..e3bbbd4 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,6 @@ setup (name='pexpect',
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Software Development',