Skip to content

Commit c4a88a6

Browse files
committed
pyproject fix
Signed-off-by: Polina Binder <pbinder@nvidia.com>
1 parent a580b3b commit c4a88a6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sub-packages/bionemo-scdl/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ include = ["bionemo.*"]
3838
namespaces = true
3939
exclude = ["test*."]
4040

41+
# Make sure that the resource yaml files are being packaged alongside the python files.
42+
[tool.setuptools.package-data]
43+
"bionemo.scdl" = ["**/*.yaml"]
44+
45+
4146
[tool.setuptools.dynamic]
4247
version = { file = "VERSION" }
4348

0 commit comments

Comments
 (0)