summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2018-12-01 18:26:43 +0100
committerMarcel Hellkamp <marc@gsites.de>2018-12-01 18:26:43 +0100
commitb0ce05c2a9e6a3e1ff01c5cbd18f7806df5bf7d6 (patch)
tree02c23305457402e33dc82ccb48aba340b5ed1427
parent16ba72438450e355ac2a989f03f27d401b15470f (diff)
downloadbottle-b0ce05c2a9e6a3e1ff01c5cbd18f7806df5bf7d6.tar.gz
Added Python 3.4-3.7 language classifiers
-rwxr-xr-xsetup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 84ba762..a03d320 100755
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,9 @@ 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',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
],
)
-
-
-