Skip to content

Commit b78b5a0

Browse files
authored
feat: add package data configuration for static and template files (#81)
1 parent b31290a commit b78b5a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ include-package-data = true
7272
[tool.setuptools.dynamic]
7373
version = {attr = "djangocms_rest.__version__"}
7474

75+
[tool.setuptools.package-data]
76+
djangocms_rest = [
77+
"static/**",
78+
"templates/**",
79+
]
80+
7581
[tool.setuptools.packages.find]
7682
where = ["."]
7783
include = ["djangocms_rest*"]

0 commit comments

Comments
 (0)