pyproject.toml: added mandatory requires-python dependency for uv

This commit is contained in:
Karl Voit 2025-09-02 16:44:04 +02:00
parent 699055b813
commit 0d5246aa3e

View file

@ -14,6 +14,7 @@ classifiers=[
]
authors = [{name="Karl Voit", email="tools@Karl-Voit.at"}]
license = {file = "LICENSE.txt"}
requires-python = ">=3.13"
dependencies = [
"clint>=0.5.1",
"colorama>=0.4.6",