Skip to content

Commit e259a15

Browse files
committed
Fix setuptools warning
Fixes ``` _Warning: Package 'petab.schemas' is absent from the `packages` configuration. ```
1 parent ef79523 commit e259a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Repository = "https://github.com/PEtab-dev/libpetab-python"
8282
Documentation = "https://petab.readthedocs.io/projects/libpetab-python/"
8383

8484
[tool.setuptools.packages.find]
85+
where = ["petab"]
8586
include = ["petab", "petab.*"]
8687
namespaces = false
8788

0 commit comments

Comments
 (0)