From 11013ade4147129f04d2cc5ec885cd2beb8f5cf0 Mon Sep 17 00:00:00 2001 From: Philippe Kirschen Date: Fri, 20 Aug 2021 14:44:50 -0700 Subject: [PATCH] Include gpfit.maths in setup.py (#101) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6d8b2b..7a54adf 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ python_requires=">=3.4", install_requires=["numpy", "scipy", "gpkit", "matplotlib"], version="0.2.0", - packages=["gpfit", "gpfit.tests", "gpfit.xfoil"], + packages=["gpfit", "gpfit.maths", "gpfit.tests", "gpfit.xfoil"], include_package_data=True, license=LICENSE, )