We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dec01 commit e3a679cCopy full SHA for e3a679c
setup.cfg
@@ -7,7 +7,7 @@ url = https://github.com/pytask-dev/pytask-environment
7
author = Tobias Raabe
8
author_email = raabe@posteo.de
9
license = MIT
10
-license_file = LICENSE
+license_files = LICENSE
11
platforms = any
12
classifiers =
13
Development Status :: 4 - Beta
@@ -27,7 +27,7 @@ install_requires =
27
click
28
pony
29
pytask>=0.2
30
-python_requires = >=3.7
+python_requires = >=3.8
31
include_package_data = True
32
package_dir = =src
33
zip_safe = False
0 commit comments