fix: Include the translation files in the project

l10n
Inex Code 2023-04-12 17:55:41 +03:00
parent c7a65febe7
commit a7feda02ec
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include selfprivacy_api/locales *.json

View File

@ -7,4 +7,5 @@ setup(
scripts=[
"selfprivacy_api/app.py",
],
include_package_data=True
)