update pyproject.toml with script path
This commit is contained in:
parent
247ffdbdc3
commit
1e9c94dbee
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue