Skip to content
Snippets Groups Projects
Commit 0dbf621e authored by Hock, Martin's avatar Hock, Martin
Browse files

Change setuptools statement to find all packages and inlcude the Font files explicitly.

parent 3d80307f
No related branches found
No related tags found
2 merge requests!72Create Bugfix release 3.0.1,!71Change setuptools statement to find all packages and include the font files explicitly.
Pipeline #925802 passed
......@@ -47,8 +47,12 @@ docs = [
"myst-parser",
]
[tool.setuptools]
packages = ["plotid"]
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
"plotid.resources.OpenSans" = ["*.ttf","OFL.txt"]
[tool.setuptools.dynamic]
version = {attr = "plotid.__version__"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment