Skip to content

Commit

Permalink
Attempt fixing missing submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 26, 2023
1 parent 24ca5fa commit f6d081f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wheel_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def has_ext_modules(foo):
keywords=KEYWORDS,
platforms=PLATFORMS,
install_requires=INSTALL_REQUIRES,
packages=["cascade"],
packages=["cascade", "cascade.dynamics"],
# Include pre-compiled extension
package_data={"cascade": [f for f in os.listdir("cascade/") if f.endswith(".so")]},
distclass=BinaryDistribution,
Expand Down

0 comments on commit f6d081f

Please sign in to comment.