blob: 85ad8f98cc3654894fb1b0f823733bc878ef40dd [file] [log] [blame]
[build-system]
requires = ["setuptools>=59.8.0", "setuptools-git-versioning>=2.0,<3"]
build-backend = "setuptools.build_meta"
[tool.setuptools-git-versioning]
enabled = true
[project]
name = "amd-debug-tools"
authors = [{ name = "Mario Limonciello", email = "superm1@kernel.org" }]
description = "debug tools for AMD systems"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux",
]
dependencies = [
"pyudev",
"packaging",
"pandas",
"jinja2",
"tabulate",
"seaborn",
"cysystemd",
"Jinja2",
"matplotlib",
"seaborn",
]
dynamic = ["version", "scripts"]
license = "MIT"
[project.urls]
"Homepage" = "https://web.git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/"