aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-18 18:01:41 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-18 20:06:56 +0100
commitbff758683cd5fe220e9e03b3c520f801727e4cbc (patch)
treedacfe7d69a3f6c58711efd2a12cfad81b2027b2f /pyproject.toml
parentDon't install dev dependencies in the docker image (diff)
Don't use uninstalled poetry script to start up the app
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 336c656..4a39fea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,9 +22,6 @@ asyncpg = "0.29.0"
pre-commit = "3.7.1"
ruff = "0.4.9"
-[tool.poetry.scripts]
-start = "metricity.__main__:start"
-
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"