From 9dc6e6b9c54e7f02db6e32a9e66f84d221b9dbdb Mon Sep 17 00:00:00 2001 From: Jesse Livezey Date: Wed, 18 Oct 2023 16:20:01 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c1007c..aa65745 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def finalize_options(self): # simple. Or you can use find_packages(). package_dir={'': 'src'}, packages=find_packages() + - find_packages(where="./src"), + find_packages(where="src"), package_data={'pyuoi': ['data/*.h5']}, # Alternatively, if you want to distribute just a my_module.py, uncomment