Skip to content

Commit

Permalink
Make sure to include content of tests/ in the install manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 9, 2024
1 parent 7bb2af4 commit 523cd74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ def extensions():
python_requires = '>=3.7',
setup_requires=["Cython",],
install_requires = ["numpy >=1.16"],
packages=[
"mkl_random",
],
package_data={
"mkl_random" : [
"tests/*.*",
]
},
keywords=["MKL", "VSL", "true randomness", "pseudorandomness",
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
"R-250", "MCG-31",],
Expand Down

0 comments on commit 523cd74

Please sign in to comment.