blob: 2a6d936dcb4e2d1c15587259cde41b86960be787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|