From f084294515755ec040503016af553049ad9d62b7 Mon Sep 17 00:00:00 2001 From: blakeaw Date: Thu, 18 Jul 2024 17:04:44 -0500 Subject: [PATCH] Added an explicit install of pysb.pkpd.macros in the pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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