Fix: In pyproject.toml, project scripts reference to bat_detect updated.

This commit is contained in:
Santiago Martinez 2023-04-13 08:23:29 -06:00
parent 1417fce44f
commit f4e0c6013e

View File

@ -53,7 +53,7 @@ requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api" build-backend = "pdm.pep517.api"
[project.scripts] [project.scripts]
batdetect2 = "bat_detect.cli:cli" batdetect2 = "batdetect2.cli:cli"
[tool.black] [tool.black]
line-length = 80 line-length = 80