summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2016-02-27 17:34:38 +0900
committerINADA Naoki <methane@users.noreply.github.com>2016-02-27 17:34:38 +0900
commit1eee51b5acdbb3f9115401d8b6fc917a8bb3354a (patch)
tree7690a2ee1d58d108186908ec0638a49cabc6fb73
parent8ca15d7e989cfe34a6f6b517822e2fde341e8f76 (diff)
downloadbottle-1eee51b5acdbb3f9115401d8b6fc917a8bb3354a.tar.gz
Add PyPI classifier for Py 3.4 and 3.5
fixes #837
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e72ecd8..cacfa58 100755
--- a/setup.py
+++ b/setup.py
@@ -38,5 +38,7 @@ setup(name='bottle',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
],
)