Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head There was a failure building this commit
15 lines
292 B
TOML
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 = {}
|