diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2a6d936 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "osm-proposals" +version = "0.0.0" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["osm_proposals"] + +[project.scripts] +osm-proposals = "osm_proposals.proposals:run" +osm-proposals-archived-without-template = "osm_proposals.archived_without_template:run" |