update pyproject.toml with script path

This commit is contained in:
Tobias Diekershoff 2023-01-07 19:01:28 +01:00
parent 247ffdbdc3
commit 1e9c94dbee
1 changed files with 3 additions and 0 deletions

View File

@ -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"