Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLivezey authored Oct 18, 2023
1 parent e69f538 commit 9dc6e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dc6e6b

Please sign in to comment.