Skip to content

Commit

Permalink
Include gpfit.maths in setup.py (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgkirsch committed Aug 20, 2021
1 parent 2090a70 commit 11013ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
)

0 comments on commit 11013ad

Please sign in to comment.