setup: add Python 3.6 support

This commit is contained in:
Roman Zeyde
2017-05-01 21:37:32 +03:00
parent 3a93fc859d
commit b6ad8207ba
4 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Communications',