Include locale files in Python setup script

This commit is contained in:
Yohann D'ANELLO 2020-11-28 03:23:04 +01:00
parent 7c0cf3e029
commit 5ce62c15f7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ setup(
],
python_requires='>=3.6',
include_package_data=True,
package_data={"squirrelbattle": ["assets/*"]},
package_data={"squirrelbattle": ["assets/*", "locale/*"]},
entry_points={
"console_scripts": [
"squirrel-battle = squirrelbattle.bootstrap:Bootstrap.run_game",