Skip to content

Commit

Permalink
Make sure *.npy files are included in installation (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster authored Feb 7, 2024
1 parent 21ca03c commit 900153b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
setup(
name="torch_spex",
packages=find_packages(),
package_data={
'': ['*.npy'],
},
install_requires=[
"sphericart[torch] @ git+https://github.com/lab-cosmo/sphericart.git@ecf4145", # pre-built wheels don't work
"numpy",
Expand Down

0 comments on commit 900153b

Please sign in to comment.