25
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
27
27
[build - system ]
28
- requires = ["setuptools>=64.0.0" , "Cython" , "numpy" ]
29
28
build - backend = "setuptools.build_meta"
29
+ requires = ["setuptools>=64.0.0" , "Cython" , "numpy" ]
30
30
31
31
[project ]
32
- name = "mkl_random"
33
- dynamic = ["version" ]
34
- description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
35
- readme = { file = "README.md" , content - type = "text/markdown" }
36
- requires - python = ">=3.9,<3.13"
37
- license = { text = "BSD" }
38
32
authors = [
39
- {
name = "Intel Corporation" ,
email = "[email protected] " }
33
+ {
name = "Intel Corporation" ,
email = "[email protected] " }
40
34
]
41
- keywords = ["MKL" , "VSL" , "true randomness" , "pseudorandomness" ,
42
- "Philox" , "MT-19937" , "SFMT-19937" , "MT-2203" , "ARS-5" ,
43
- "R-250" , "MCG-31" ,]
44
-
45
35
classifiers = [
46
36
"Development Status :: 5 - Production/Stable" ,
47
37
"Intended Audience :: Science/Research" ,
@@ -59,20 +49,30 @@ classifiers = [
59
49
"Topic :: Scientific/Engineering" ,
60
50
"Operating System :: Microsoft :: Windows" ,
61
51
"Operating System :: POSIX" ,
62
- "Operating System :: Unix" ,
52
+ "Operating System :: Unix"
63
53
]
64
54
dependencies = ["numpy >=1.26.4" , "mkl" ]
55
+ description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
56
+ dynamic = ["version" ]
57
+ keywords = ["MKL" , "VSL" , "true randomness" , "pseudorandomness" ,
58
+ "Philox" , "MT-19937" , "SFMT-19937" , "MT-2203" , "ARS-5" ,
59
+ "R-250" , "MCG-31" ]
60
+ license = {text = "BSD" }
61
+ name = "mkl_random"
62
+ readme = {file = "README.md" , content - type = "text/markdown" }
63
+ requires - python = ">=3.9,<3.13"
64
+
65
65
66
66
[project .optional - dependencies ]
67
67
test = ["pytest" ]
68
68
69
69
[project .urls ]
70
- Homepage = "http://github.com/IntelPython/mkl_random"
71
70
Download = "http://github.com/IntelPython/mkl_random"
71
+ Homepage = "http://github.com/IntelPython/mkl_random"
72
72
73
73
[tool .setuptools ]
74
- packages = ["mkl_random" ]
75
74
include - package - data = true
75
+ packages = ["mkl_random" ]
76
76
77
77
[tool .setuptools .package - data ]
78
78
"mkl_random" = ["tests/*.py" ]
0 commit comments