Skip to content

Commit d77316a

Browse files
Make sure to include content of tests/ in the install manifest
1 parent 02c8e34 commit d77316a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ def extensions():
146146
python_requires = '>=3.7',
147147
setup_requires=["Cython",],
148148
install_requires = ["numpy >=1.16"],
149+
packages=[
150+
"mkl_random",
151+
],
152+
package_data={
153+
"mkl_random" : [
154+
"tests/*.*",
155+
]
156+
},
149157
keywords=["MKL", "VSL", "true randomness", "pseudorandomness",
150158
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
151159
"R-250", "MCG-31",],

0 commit comments

Comments
 (0)