Skip to content
Snippets Groups Projects
Commit 280f1511 authored by Moul's avatar Moul Committed by Vincent Texier
Browse files

[fix] include Ğ1 monetary license into the wheel

When running a pip installation,
the license tab would fail due to missing license files
parent f0527749
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ where = ["./."] ...@@ -34,7 +34,7 @@ where = ["./."]
include = ["tikka", "tikka.*"] include = ["tikka", "tikka.*"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
tikka = ["locales/*/LC_MESSAGES/*.mo", "adapters/repository/assets/*.json","adapters/repository/assets/*.yaml", "adapters/repository/database/assets/migrations/*.sql"] tikka = ["locales/*/*.md", "locales/*/LC_MESSAGES/*.mo", "adapters/repository/assets/*.json","adapters/repository/assets/*.yaml", "adapters/repository/database/assets/migrations/*.sql"]
[project.scripts] [project.scripts]
tikka = "tikka.__main__:main" tikka = "tikka.__main__:main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment