From bbdef40be15cc6cd9dab5db2b04c82c6c7692025 Mon Sep 17 00:00:00 2001 From: "William (Lindy) Lindstrom" Date: Tue, 7 Nov 2023 20:57:36 +0000 Subject: [PATCH] add all the things to the source dist (i.e docs, etc) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2d87e018d..dad6f8053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ packages = [ # tell poetry build that the repo is named tom_base (which != name, { include="tom_observations"}, { include="tom_setup"}, { include="tom_targets"}, + { include="*", format="sdist"}, ] version = "0.0.0" # version supplied by poetry-dynamic-versioning description = "TOM Toolkit and base modules"