Merge pull request #4012 from ThomasWaldmann/py37-setup-metadata

add python 3.7 to pypi metadata
This commit is contained in:
TW 2018-08-06 17:55:18 +02:00 committed by GitHub
commit 7c8ff1f699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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