From a5bb9ca9ad742d0e91148febbb25384c2c5e1c80 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Wed, 17 Jan 2024 23:57:28 +0100 Subject: [PATCH] Restore sarsen script --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7ea5dbc..b01a509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,9 @@ license = {file = "LICENSE"} name = "sarsen" readme = "README.md" +[project.scripts] +sarsen = "sarsen.__main__:app" + [tool.coverage.run] branch = true