|
@@ -276,6 +276,7 @@ setup(
|
|
|
'Operating System :: POSIX :: Linux',
|
|
|
'Programming Language :: Python',
|
|
|
'Programming Language :: Python :: 3',
|
|
|
+ 'Programming Language :: Python :: 3.5',
|
|
|
'Programming Language :: Python :: 3.6',
|
|
|
'Programming Language :: Python :: 3.7',
|
|
|
'Topic :: Security :: Cryptography',
|
|
@@ -302,5 +303,5 @@ setup(
|
|
|
setup_requires=['setuptools_scm>=1.7'],
|
|
|
install_requires=install_requires,
|
|
|
extras_require=extras_require,
|
|
|
- python_requires='>=3.6',
|
|
|
+ python_requires='>=3.5',
|
|
|
)
|