mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-21 05:49:47 +00:00
fix: Include the translation files in the project
This commit is contained in:
parent
c7a65febe7
commit
a7feda02ec
2 changed files with 2 additions and 0 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
|||
recursive-include selfprivacy_api/locales *.json
|
1
setup.py
1
setup.py
|
@ -7,4 +7,5 @@ setup(
|
|||
scripts=[
|
||||
"selfprivacy_api/app.py",
|
||||
],
|
||||
include_package_data=True
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue