Skip to content

Commit

Permalink
add lowercase 'gameinfo' poetry script
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael John committed Jul 11, 2023
1 parent 8ac4f07 commit 196ee73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include = ["images/*", "gameinfo/locales/**/LC_MESSAGES/*.mo"]

[tool.poetry.scripts]
GameInfo = 'gameinfo.__main__:main'
gameinfo = 'gameinfo.__main__:main'

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 196ee73

Please sign in to comment.