Skip to content

Commit beb081a

Browse files
committed
add stylesheets when installed
1 parent dc33061 commit beb081a

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
@@ -32,6 +32,12 @@ build-backend = "setuptools.build_meta"
3232
[tool.setuptools.packages.find]
3333
include = ["elsevier_coordinate_extraction*"]
3434

35+
[tool.setuptools]
36+
include-package-data = true
37+
38+
[tool.setuptools.package-data]
39+
"elsevier_coordinate_extraction.stylesheets" = ["*.xsl"]
40+
3541
[tool.pytest.ini_options]
3642
addopts = "-ra"
3743
testpaths = [

0 commit comments

Comments
 (0)