From fb6f1508e2a9d83ad525aa86eb6508edcfc4c84c Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Sun, 2 Jun 2024 15:24:15 -0500 Subject: [PATCH] need to install uncertainities.unumpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75324dbe..39636c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ dependencies = [] [tool.setuptools.packages.find] -include = ["uncertainties"] +include = ["uncertainties", "uncertainties.unumpy"] exclude = ["doc", "test"] [project.urls]