Documentation on translation

This commit is contained in:
Yohann D'ANELLO
2020-11-28 16:00:17 +01:00
parent aade89de7b
commit 6b09d488b6
6 changed files with 154 additions and 12 deletions

View File

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