Added Python 3.6 in the setup.py file.

This commit is contained in:
Cédric Bonhomme 2017-05-04 17:44:55 +02:00
parent d00d6b12d7
commit bcb58fab36
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -58,6 +58,7 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
]
)