fix: point to the correct entrypoint

This commit is contained in:
Daylin Morgan 2022-12-26 17:24:31 -06:00
parent 2995cf56db
commit 743c67a39f

View file

@ -17,7 +17,7 @@ homepage = "https://github.com/daylinmorgan/viv"
repository = "https://github.com/daylinmorgan/viv"
[project.scripts]
viv = "viv.viv:main"
viv = "viv:main"
[tool.pdm]
version = { source = "scm" }