From 1e9c94dbee44c7b072c5f5abd6256312a5d32d36 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 7 Jan 2023 19:01:28 +0100 Subject: [PATCH] update pyproject.toml with script path --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 26ba173..d6aab5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ authors = ["Tobias Diekershoff"] license = "GNU General Public License v3.0" readme = "README.md" +[tool.poetry.scripts] +brewserverblocklist = "brewserverblocklist.brewserverblocklist:main" + [tool.poetry.dependencies] python = "^3.9" requests = "^2.28.1"