diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-10-03 10:53:27 +0100 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-10-03 10:53:27 +0100 |
commit | 608ef7a769ba4eb2149053ee6606bb62592e9b5b (patch) | |
tree | f88a2ccb3c750bb243e4877a399f9a2f752fec18 /setup.py | |
parent | afcc8f7018abbf1bd8b89c942d7f4cb9cc6e71cd (diff) | |
download | cmd2-git-608ef7a769ba4eb2149053ee6606bb62592e9b5b.tar.gz |
Add Python3.6 support
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', ], - ) +) |