@@ -10,30 +10,35 @@ description = "Gathering the system state before benchmarking and other tests on
1010readme = " README.md"
1111requires-python = " >=3.6"
1212classifiers = [
13- ' Development Status :: 3 - Alpha' ,
13+ " Development Status :: 3 - Alpha" ,
1414
15- ' Intended Audience :: Science/Research' ,
16- ' Intended Audience :: Developers' ,
17- ' Intended Audience :: System Administrators' ,
15+ " Intended Audience :: Science/Research" ,
16+ " Intended Audience :: Developers" ,
17+ " Intended Audience :: System Administrators" ,
1818
19- ' License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ,
19+ " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
2020
21- ' Topic :: System :: Benchmark' ,
22- ' Topic :: System :: Hardware' ,
23- ' Topic :: System :: Operating System' ,
24- ' Topic :: System :: Systems Administration' ,
25- ' Topic :: Education :: Testing' ,
21+ " Topic :: System :: Benchmark" ,
22+ " Topic :: System :: Hardware" ,
23+ " Topic :: System :: Operating System" ,
24+ " Topic :: System :: Systems Administration" ,
25+ " Topic :: Education :: Testing" ,
2626
27- ' Operating System :: POSIX :: Linux' ,
28- ' Environment :: Console' ,
27+ " Operating System :: POSIX :: Linux" ,
28+ " Environment :: Console" ,
2929 " Programming Language :: Python :: 3" ,
3030]
31+ keywords =[" benchmarking" , " linux" , " system state" , " topology" ]
3132license = { file = " LICENSE" }
3233
3334[project .urls ]
3435Homepage = " https://github.com/RRZE-HPC/MachineState"
3536Issues = " https://github.com/RRZE-HPC/MachineState/issues"
3637
38+ [build-system ]
39+ requires = [" setuptools >= 61.0" ]
40+ build-backend = " setuptools.build_meta"
41+
3742[tool .setuptools .dynamic ]
3843version = { attr = " machinestate.MACHINESTATE_VERSION" }
3944
0 commit comments