Skip to content

Commit ec7206a

Browse files
committed
add "sharpy.random" package
1 parent 4aefe8a commit ec7206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build_cmake(self, ext):
5353
name="sharpy",
5454
version="0.2",
5555
description="Distributed array and more",
56-
packages=["sharpy", "sharpy.numpy"], # "sharpy.torch"],
56+
packages=["sharpy", "sharpy.numpy", "sharpy.random"], # "sharpy.torch"],
5757
ext_modules=[CMakeExtension("sharpy/_sharpy")],
5858
cmdclass=dict(
5959
# Enable the CMakeExtension entries defined above

0 commit comments

Comments
 (0)