Added readme to pyproject.toml
Some checks failed
Amarillo/amarillo-gitea/amarillo-gtfs-generator/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2024-08-05 09:33:50 +02:00
parent c353111e60
commit 26f282d277

View file

@ -1,6 +1,9 @@
[project] [project]
name = "amarillo-gtfs-generator" name = "amarillo-gtfs-generator"
version = "2.0.0" version = "2.0.0"
description = "FastAPI app providing GTFS generation for Amarillo carpools"
readme = "README.md"
license = {file = "LICENSE"}
dependencies = [ dependencies = [
"amarillo", "amarillo",
"schedule", "schedule",