diff --git a/pyproject.toml b/pyproject.toml index 4520c52..b2a4095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [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",