amarillo-gtfs-generator/pyproject.toml
Csaba 26f282d277
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head There was a failure building this commit
Added readme to pyproject.toml
2024-08-05 09:33:50 +02:00

15 lines
292 B
TOML

[project]
name = "amarillo-gtfs-generator"
version = "2.0.0"
description = "FastAPI app providing GTFS generation for Amarillo carpools"
readme = "README.md"
license = {file = "LICENSE"}
dependencies = [
"amarillo",
"schedule",
"watchdog",
]
[tool.setuptools.packages]
find = {}