Skip to content

Commit

Permalink
build: add project entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
YisusChrist committed Mar 26, 2024
1 parent ddf1fb6 commit e0baf1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ disable = [
"E0611", # No name in module 'PyQt6' (no-name-in-module)
]

[tool.poetry.scripts]
AnimeSnap = "AnimeSnap.__main__:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit e0baf1c

Please sign in to comment.