diff --git a/pyproject.toml b/pyproject.toml index 61f5fa9..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" @@ -47,7 +47,7 @@ notebook = [ include-package-data = true [tool.setuptools.packages.find] -include = ["rcpchgrowth"] +include = ["rcpchgrowth*"] exclude = ["notebooks"] [project.readme]