diff options
| author | Jorge Maldonado Ventura <jorgesumle@freakspot.net> | 2017-04-16 13:45:45 +0200 |
|---|---|---|
| committer | Jorge Maldonado Ventura <jorgesumle@freakspot.net> | 2017-04-16 13:46:04 +0200 |
| commit | 77faffa6f75e69c7028f798b80e7a0bbe68ad794 (patch) | |
| tree | d96d70a9f7d42263b814e41fe4e7cd3e64d46e87 /setup.py | |
| parent | cfcf40f1f82c75334417185a920278d36cdfe3ee (diff) | |
| download | pelican-77faffa6f75e69c7028f798b80e7a0bbe68ad794.tar.gz | |
Add Python 3.6 classifier to setup.py
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', ], |
