File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0" ]
2+ requires = [
3+ " setuptools>=77.0"
4+ ]
35build-backend = " setuptools.build_meta"
46
57[project ]
68name = " xobjects"
79dynamic = [" version" ]
810description = " In-memory serialization and code generator for CPU and GPU"
9- readme = " "
11+ readme = " README.md "
1012authors = [
1113 {
name =
" Riccardo De Maria" ,
email =
" [email protected] " }
1214]
13- license = { text = " Apache 2.0" }
14- requires-python = " >=3.7 "
15+ license = " Apache- 2.0"
16+ requires-python = " >=3.9 "
1517dependencies = [
1618 " numpy" ,
1719 " cffi" ,
@@ -41,3 +43,9 @@ include = '\.pyi?$'
4143
4244[project .entry-points .xobjects ]
4345include = " xobjects"
46+
47+ [pytest ]
48+ markers = [
49+ " slow: marks tests as slow (deselect with '-m \" not slow\" ')" ,
50+ " serial" ,
51+ ]
You can’t perform that action at this time.
0 commit comments