summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2015-11-17 15:59:54 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2015-11-17 15:59:54 +0800
commite1b79eea551e6049ad455e9812a499f912218ed2 (patch)
treefa96d012a0611d0e9a41f5034810eb8106b7eb25
parentb777daa8038dd48b46fda2cd5b32e6105d94cdd7 (diff)
downloadlockfile-e1b79eea551e6049ad455e9812a499f912218ed2.tar.gz
Remove Python 2.6 classifier
We have decided to remove Python 2.6 support, this commit removes Python 2.6 classifier before dropping any Python 2.6 support in code. Change-Id: I7f655bcfb59ab7b32274e403837c88956a8a7e1b
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f03ff6b..16ed79f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
- Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Topic :: Software Development :: Libraries :: Python Modules