setup.py: add Python 3.6 qualifier

This commit is contained in:
Thomas Waldmann 2017-01-04 01:02:25 +01:00
parent 9533493047
commit 7d4d7e7901

View file

@ -292,6 +292,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Security :: Cryptography',
'Topic :: System :: Archiving :: Backup',
],