diff --git a/pyproject.toml b/pyproject.toml index 02e1485..c0275cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://github.com/blakeaw/pysb-pkpd/blob/main/CHANGELOG.md" # Find namespace package [tool.setuptools.packages.find] where = ["src"] -include = ["pysb.pkpd", "pysb.pkpd.models", "pysb.pkpd.pk_models"] +include = ["pysb.pkpd", "pysb.pkpd.macros", "pysb.pkpd.models", "pysb.pkpd.pk_models"] namespaces = true # Set the dynamic version