From 2f41f565a882f565caf66c01ab226681314b928a Mon Sep 17 00:00:00 2001 From: Jingl3s Date: Sat, 5 Jan 2019 08:18:05 -0500 Subject: [PATCH] Add support of Python3.6 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fca749..e13e843 100755 --- a/setup.py +++ b/setup.py @@ -21,13 +21,14 @@ license='MIT', scripts=['bin/stmcli'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: Working', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], keywords='stm montreal autobus bus schedule horaire', packages=['stmcli'],