diff --git a/pyproject.toml b/pyproject.toml index 66763c78f..010e917f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "tomtoolkit" # must match PyPI package name packages = [ # tell poetry build that the repo is named tom_base (which != name, above) - { include="tom_base", from="." }, + { include="tom_*", from="." }, ] version = "0.0.0" # version supplied by poetry-dynamic-versioning description = "TOM Toolkit and base modules"