Skip to content

Commit 2f11330

Browse files
[Fixes #14344] Pack rdf files in build distribution (#14345) (#14350)
(cherry picked from commit 109bc4b) Co-authored-by: Emanuele Tajariol <etj@geo-solutions.it>
1 parent 1ca8488 commit 2f11330

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
@@ -182,6 +182,9 @@ Documentation = "https://docs.geonode.org/"
182182
[tool.setuptools]
183183
include-package-data = true
184184

185+
[tool.setuptools.package-data]
186+
"geonode" = ["**/thesauri/*.rdf"]
187+
185188
[tool.setuptools.packages.find]
186189
where = ["."]
187190
exclude = ["tests*"]

0 commit comments

Comments
 (0)