mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
fix: make installed copy work when viv isn't on PYTHONPATH
This commit is contained in:
parent
ca67431a79
commit
3a85fe4f3a
2 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
|
@ -1 +1 @@
|
|||
from .viv import use, __version__ # noqa
|
||||
from .viv import __version__, use, main # noqa
|
||||
|
|
Loading…
Reference in a new issue