Skip to content

Commit 109bc4b

Browse files
authored
[Fixes #14344] Pack rdf files in build distribution (#14345)
1 parent 729ce51 commit 109bc4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ Documentation = "https://docs.geonode.org/"
180180
[tool.setuptools]
181181
include-package-data = true
182182

183+
[tool.setuptools.package-data]
184+
"geonode" = ["**/thesauri/*.rdf"]
185+
183186
[tool.setuptools.packages.find]
184187
where = ["."]
185188
exclude = ["tests*"]

0 commit comments

Comments
 (0)