summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..1bad629
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,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"