Fix python requires
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
This commit is contained in:
parent
b85542c31c
commit
b0123fb41b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ install_requires =
|
|||
platformdirs>=2,<3
|
||||
importlib-metadata>=0.12;python_version<"3.8"
|
||||
importlib-resources>=1.0;python_version<"3.7"
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
||||
python_requires = >=3.6
|
||||
package_dir =
|
||||
=src
|
||||
zip_safe = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue