@@ -9,31 +9,46 @@ description = "Python bindings for the SPM software."
9
9
readme = " README.md"
10
10
license = {file = " LICENSE" }
11
11
authors = [
12
- {
name =
" Johan Medrano" ,
email =
" [email protected] " },
13
- {
name =
" Yael Balbastre" ,
email =
" [email protected] .yk " }]
14
- requires-python = " >=3.9 ,<3.13"
12
+ {
name =
" Johan Medrano" ,
email =
" [email protected] " },
13
+ {
name =
" Yael Balbastre" ,
email =
" [email protected] .uk " }]
14
+ requires-python = " >=3.6 ,<3.13"
15
15
classifiers = [
16
16
" Development Status :: 3 - Alpha" ,
17
17
" License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
18
+ " Programming Language :: Python :: 3.6" ,
19
+ " Programming Language :: Python :: 3.7" ,
20
+ " Programming Language :: Python :: 3.8" ,
18
21
" Programming Language :: Python :: 3.9" ,
19
22
" Programming Language :: Python :: 3.10" ,
20
23
" Programming Language :: Python :: 3.11" ,
21
24
" Programming Language :: Python :: 3.12" ,
22
25
]
23
26
dependencies = [
24
- " numpy" ,
25
- " mpython-core"
27
+ " mpython-core" ,
28
+ " spm-runtime-R2024b; python_version>='3.9' and python_version<'3.13'" ,
29
+ " spm-runtime-R2023a; python_version=='3.8'" ,
30
+ " spm-runtime-R2021b; python_version=='3.7'" ,
31
+ " spm-runtime-R2020b; python_version=='3.6'" ,
26
32
]
27
33
34
+ [project .optional-dependencies ]
35
+ latest = [" spm-runtime" ]
36
+ R2024b = [" spm-runtime-R2024b" ]
37
+ R2024a = [" spm-runtime-R2024a" ]
38
+ R2023b = [" spm-runtime-R2023b" ]
39
+ R2023a = [" spm-runtime-R2023a" ]
40
+ R2022b = [" spm-runtime-R2022b" ]
41
+ R2022a = [" spm-runtime-R2022a" ]
42
+ R2021b = [" spm-runtime-R2021b" ]
43
+ R2021a = [" spm-runtime-R2021a" ]
44
+ R2020b = [" spm-runtime-R2020b" ]
45
+
28
46
[project .urls ]
29
47
Repository = " https://github.com/spm/spm-python"
30
48
31
49
[tool .setuptools .packages ]
32
50
find = {}
33
51
34
- [tool .setuptools .package-data ]
35
- spm = [" _spm/_spm.ctf" ]
36
-
37
52
[tool .setuptools .dynamic ]
38
53
version = {attr = " spm._version.__version__" }
39
54
0 commit comments