diff --git a/setup.cfg b/setup.cfg index 502b846..d9b217d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ author_email = jtesta@positronsecurity.com description = An SSH server & client configuration security auditing tool long_description = file: README.md long_description_content_type = text/markdown -license_file = LICENSE +license_file = file: LICENSE url = https://github.com/jtesta/ssh-audit project_urls = Source Code = https://github.com/jtesta/ssh-audit @@ -18,11 +18,11 @@ classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Security @@ -32,7 +32,7 @@ classifiers = packages = find: package_dir = = src -python_requires = >=3.6,<4 +python_requires = >=3.7,<4 [options.packages.find] where = src