diff --git a/setup.py b/setup.py index 01fe88d..aa65745 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,8 @@ def finalize_options(self): # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). package_dir={'': 'src'}, - packages=find_packages(), + packages=find_packages() + + find_packages(where="src"), package_data={'pyuoi': ['data/*.h5']}, # Alternatively, if you want to distribute just a my_module.py, uncomment