summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 1bad62974033f6773694c77b37417f9a5755c6b8 (plain)
1
2
3
4
5
6
7
8
9
10
[project]
name = "osm-proposals"
version = "0.0.0"

[tool.setuptools.packages.find]
where = ["."]

[project.scripts]
osm-proposals = "osm_proposals.proposals:run"
osm-proposals-archived-without-template = "osm_proposals.archived_without_template:run"