diff --git a/setup.py b/setup.py index 34a8f1a6..eb613c8d 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,6 @@ ) ], include_package_data=True, - package_data={"mathy_core": ["configs/*.json", "*.json"]}, + package_data={"blip": ["configs/*.json", "*.json"]}, extras_require={'dev': ['pytest']}, )