diff --git a/setup.cfg b/setup.cfg index e4530d8..efe3c97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ url = https://github.com/OpenSourceEconomics/dags author = JanoĊ› Gabler, Tobias Raabe author_email = janos.gabler@gmail.com license = MIT -license_file = LICENSE +license_files = LICENSE platforms = unix, linux, osx, cygwin, win32 classifiers = Development Status :: 3 - Alpha @@ -23,7 +23,7 @@ classifiers = packages = find: install_requires = networkx -python_requires = >=3.7 +python_requires = >=3.8 include_package_data = True package_dir = =src