Skip to content

Commit

Permalink
Added an explicit install of pysb.pkpd.macros in the pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeaw committed Jul 18, 2024
1 parent 128f1b1 commit f084294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f084294

Please sign in to comment.