summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-07-19 13:39:12 +0200
committerMarcel Hellkamp <marc@gsites.de>2018-07-19 14:12:04 +0200
commit84c1ee14e1717ec63782dd5a159fe5848fce1cc4 (patch)
tree2016b1ab5e9efe9c93d572237612c301350bfd42
parent4c777885bb6f3a7ae2afcc7997c82b882f09e665 (diff)
downloadbottle-84c1ee14e1717ec63782dd5a159fe5848fce1cc4.tar.gz
Add Python 3.6 and 3.7 to PyPI page
Should modify the bottom left of https://pypi.org/project/bottle on the next [release](https://github.com/bottlepy/bottle/releases).
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d7640d1..994467d 100755
--- a/setup.py
+++ b/setup.py
@@ -38,5 +38,7 @@ setup(name='bottle',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
],
)