From 9c84b5a2926bdaab7d83da4272b0cf5db5d7c176 Mon Sep 17 00:00:00 2001 From: eatyourpeas Date: Wed, 18 Mar 2026 21:34:57 +0000 Subject: [PATCH 1/2] should import all subpackages, not just the top-level ones --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61f5fa9..bcac4cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ notebook = [ include-package-data = true [tool.setuptools.packages.find] -include = ["rcpchgrowth"] +include = ["rcpchgrowth*"] exclude = ["notebooks"] [project.readme] From 97c46eb92dfdc06caa1bf96a5558bae3b2837733 Mon Sep 17 00:00:00 2001 From: eatyourpeas Date: Wed, 18 Mar 2026 21:36:52 +0000 Subject: [PATCH 2/2] patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcac4cd..2ffcaa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rcpchgrowth" -version = "4.4.0" +version = "4.4.1" description = "SDS and Centile calculations for UK Growth Data" keywords = ["growth charts", "anthropometry", "SDS", "centile", "UK-WHO", "UK90", "Trisomy 21", "Turner", "CDC"] license = "AGPL-3.0-or-later"