summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-10-03 10:53:27 +0100
committerFederico Ceratto <federico.ceratto@gmail.com>2016-10-03 10:53:27 +0100
commit608ef7a769ba4eb2149053ee6606bb62592e9b5b (patch)
treef88a2ccb3c750bb243e4877a399f9a2f752fec18 /setup.py
parentafcc8f7018abbf1bd8b89c942d7f4cb9cc6e71cd (diff)
downloadcmd2-git-608ef7a769ba4eb2149053ee6606bb62592e9b5b.tar.gz
Add Python3.6 support
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 06cb5cbc..46be1b5b 100755
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ See docs at http://packages.python.org/cmd2/
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
-
+ 'Programming Language :: Python :: 3.6',
],
- )
+)