Skip to content

Commit

Permalink
add "sharpy.random" package
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Jun 27, 2024
1 parent 4aefe8a commit ec7206a
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 @@ -53,7 +53,7 @@ def build_cmake(self, ext):
name="sharpy",
version="0.2",
description="Distributed array and more",
packages=["sharpy", "sharpy.numpy"], # "sharpy.torch"],
packages=["sharpy", "sharpy.numpy", "sharpy.random"], # "sharpy.torch"],
ext_modules=[CMakeExtension("sharpy/_sharpy")],
cmdclass=dict(
# Enable the CMakeExtension entries defined above
Expand Down

0 comments on commit ec7206a

Please sign in to comment.