Skip to content

Commit 2249616

Browse files
authored
Merge pull request #82 from rcpch/fix/import-fail
Fix/import fail
2 parents 4256214 + 97c46eb commit 2249616

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rcpchgrowth"
7-
version = "4.4.0"
7+
version = "4.4.1"
88
description = "SDS and Centile calculations for UK Growth Data"
99
keywords = ["growth charts", "anthropometry", "SDS", "centile", "UK-WHO", "UK90", "Trisomy 21", "Turner", "CDC"]
1010
license = "AGPL-3.0-or-later"
@@ -47,7 +47,7 @@ notebook = [
4747
include-package-data = true
4848

4949
[tool.setuptools.packages.find]
50-
include = ["rcpchgrowth"]
50+
include = ["rcpchgrowth*"]
5151
exclude = ["notebooks"]
5252

5353
[project.readme]

0 commit comments

Comments
 (0)