Include locale files in Python setup script
This commit is contained in:
parent
7c0cf3e029
commit
5ce62c15f7
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue