mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Removed Python 3.5 support.
This commit is contained in:
parent
d9a4b49560
commit
287c551ff8
@ -18,7 +18,6 @@ classifiers =
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
@ -32,7 +31,7 @@ classifiers =
|
||||
packages = find:
|
||||
package_dir =
|
||||
= src
|
||||
python_requires = >=3.5,<4
|
||||
python_requires = >=3.6,<4
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
Loading…
Reference in New Issue
Block a user