mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
setup.py: fix version specifier in python_requires, python tooling not happy with * i guess
This commit is contained in:
parent
d1827d1a41
commit
2373a7fa5e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -60,7 +60,7 @@ setup(
|
|||
license="AGPL",
|
||||
packages=find_packages(exclude=["test"]),
|
||||
data_files=[("/usr/share/moulinette/locales", locale_files)],
|
||||
python_requires=">=3.7.*, <3.10",
|
||||
python_requires=">=3.7.0,<3.10",
|
||||
install_requires=install_deps,
|
||||
tests_require=test_deps,
|
||||
extras_require=extras,
|
||||
|
|
Loading…
Add table
Reference in a new issue