summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJorge Maldonado Ventura <jorgesumle@freakspot.net>2017-04-16 13:45:45 +0200
committerJorge Maldonado Ventura <jorgesumle@freakspot.net>2017-04-16 13:46:04 +0200
commit77faffa6f75e69c7028f798b80e7a0bbe68ad794 (patch)
treed96d70a9f7d42263b814e41fe4e7cd3e64d46e87 /setup.py
parentcfcf40f1f82c75334417185a920278d36cdfe3ee (diff)
downloadpelican-77faffa6f75e69c7028f798b80e7a0bbe68ad794.tar.gz
Add Python 3.6 classifier to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3645dc04..f3a0ebcb 100755
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],