1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed entrypoint

This commit is contained in:
krateng 2022-04-16 02:17:43 +02:00
parent 5b8e2debbc
commit 6601920f69

View File

@ -40,7 +40,7 @@ full = [
]
[project.scripts]
maloja = "maloja:main"
maloja = "maloja.__main__:main"
[build-system]
requires = ["flit_core >=3.2,<4"]