Skip to content
Snippets Groups Projects

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

Merged Hock, Martin requested to merge 119-fix-data_files into dev
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
+ 6
2
@@ -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__"}
Loading