Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = [
"setuptools>=77.0.1,<83",
"setuptools>=79.0.0,<85",
]
build-backend = "setuptools.build_meta"

[project]
name = "Device-SMI"
version = "0.5.6"
version = "0.5.7"
description = "Retrieve gpu, cpu, and npu device info and properties from Linux/MacOS with zero package dependency."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{ name = "ModelCloud", email = "qubitium@modelcloud.ai" },
Expand Down
13 changes: 13 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[metadata]
name = Device-SMI
version = 0.5.7
description = Retrieve gpu, cpu, and npu device info and properties from Linux/MacOS with zero package dependency.
long_description = file: README.md
long_description_content_type = text/markdown
author = ModelCloud
author_email = qubitium@modelcloud.ai
url = https://github.com/ModelCloud/Device-SMI/

[options]
packages = device_smi
python_requires = >=3.10
Loading