Skip to content

Commit 3f2fb02

Browse files
committed
fix: Include html and other package date in release
1 parent d1c8024 commit 3f2fb02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ version = {attr = "djangocms_alias.__version__"}
5656
where = ["."]
5757
include = ["djangocms_alias*"]
5858

59+
[tool.setuptools.package-data]
60+
"*" = [
61+
"templates/**/*.html",
62+
"static/**/*",
63+
"locale/**/*",
64+
"*.po",
65+
"*.mo",
66+
]
67+
5968
[tool.pytest.ini_options]
6069
DJANGO_SETTINGS_MODULE = "tests.settings"
6170
addopts = [

0 commit comments

Comments
 (0)