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

Merge branch '119-fix-data_files' into 'dev'

Change setuptools statement to find all packages and include the font files explicitly.

See merge request !71
parents 3d80307f 0dbf621e
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 #925803 passed
...@@ -47,8 +47,12 @@ docs = [ ...@@ -47,8 +47,12 @@ docs = [
"myst-parser", "myst-parser",
] ]
[tool.setuptools] [tool.setuptools.packages.find]
packages = ["plotid"] where = ["."]
[tool.setuptools.package-data]
"plotid.resources.OpenSans" = ["*.ttf","OFL.txt"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
version = {attr = "plotid.__version__"} 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