diff --git a/setup.cfg b/setup.cfg index a10cbc0..fe5cfee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,13 +10,12 @@ author_email = kilian.lieret@posteo.de maintainer = Kilian Lieret maintainer_email = kilian.lieret@posteo.de license = MIT -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent 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 @@ -33,7 +32,7 @@ install_requires = gitpython pandas pyyaml -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src