File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,21 @@ name = "sarray"
77version = " 0.1.0"
88description = " Meta scheduler merging Slurm Arrays"
99readme = " README.md"
10- requires-python = " >=3.13 "
10+ requires-python = " >=3.8 "
1111license = {text = " Apache-2.0" }
1212authors = [
1313 {name = " Nathan Cassereau" , email = " nathan.cassereau@polytechnique.edu" },
1414]
15+ classifiers = [
16+ " Programming Language :: Python :: 3" ,
17+ " Programming Language :: Python :: 3.8" ,
18+ " Programming Language :: Python :: 3.9" ,
19+ " Programming Language :: Python :: 3.10" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3 :: Only" ,
23+ ]
24+
1525dependencies = [
1626 " jinja2>=3.1.6" ,
1727 " rich>=14.3.3" ,
@@ -23,6 +33,10 @@ dev = [
2333 " pytest>=9.0.2" ,
2434]
2535
36+
37+ [project .urls ]
38+ "Source" = " https://github.com/ncassereau/sarray"
39+
2640[tool .setuptools .package-data ]
2741sarray = [" *.jinja" ]
2842
You can’t perform that action at this time.
0 commit comments