Updated Python version in the requirements.

This commit is contained in:
Cédric Bonhomme 2018-11-05 22:19:18 +01:00
parent adcc3cf9a5
commit bd5b156453
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 4 additions and 7 deletions

View file

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