summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-11 16:51:53 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-11 16:51:53 +0200
commitd61eb48cf8077121e823ba550a001674a0409c83 (patch)
tree47bff8d15f58b1f2335b0a3b05155798bf37ce74 /pyproject.toml
parent1563817f1fc2d0c826c20c7baa56dc0f3fb9d324 (diff)
Create entry point
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d8682e5..87f7e43 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,3 +12,6 @@ packages = ["esds"]
[tool.setuptools.dynamic]
version = {attr = "esds.__version__"}
+
+[project.scripts]
+esds = "esds:main" \ No newline at end of file