fix: make the executable executable

This commit is contained in:
ptrcnull 2024-03-16 07:12:25 +01:00
parent c1afc62c17
commit fa2df68ee3
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA
2 changed files with 1 additions and 1 deletions

0
nyacme/__init__.py Normal file
View file

View file

@ -20,5 +20,5 @@ dependencies = [
]
[project.scripts]
nyacme = "nyacme.main:main"
nyacme = "nyacme.__main__:main"
nyacme-hook = "nyacme.hook:main"