Skip to content

Commit 9378683

Browse files
committed
CU-869bydfx8: Add built in plugin catalog to the built wheel to include it at runtime
1 parent f04d237 commit 9378683

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

medcat-v2/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ package-dir = { "medcat" = "medcat" }
140140
[tool.setuptools.packages.find]
141141
include = ["medcat*"]
142142

143+
[tool.setuptools.package-data]
144+
"medcat.plugins.data" = ["plugin_catalog.json"]
145+
143146
[tool.setuptools_scm]
144147
# look for .git folder in root of repo
145148
root = ".."

0 commit comments

Comments
 (0)