diff --git a/setup.cfg b/setup.cfg index 30e014a..4f361cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifiers = Natural Language :: English Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -35,7 +34,7 @@ packages = find: install_requires = flake8!=3.2.0,>=3.0 importlib-metadata;python_version < "3.8" -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src