Skip to content

Commit

Permalink
Add support of Python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jingl3s committed Jan 5, 2019
1 parent c5408b6 commit 2f41f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 2f41f56

Please sign in to comment.