Archived
1
1
Fork 0

add classifiers, bump version

This commit is contained in:
Josh Lay 2023-05-11 21:24:40 -05:00
parent 400eac8772
commit 24e356c2e4
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,12 +1,23 @@
[tool.poetry] [tool.poetry]
name = "amdgpu-stats" name = "amdgpu-stats"
version = "0.1.16" version = "0.1.17"
description = "A module/TUI for AMD GPU statistics" description = "A module/TUI for AMD GPU statistics"
authors = ["Josh Lay <pypi@jlay.io>"] authors = ["Josh Lay <pypi@jlay.io>"]
repository = "https://github.com/joshlay/amdgpu_stats" repository = "https://github.com/joshlay/amdgpu_stats"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
documentation = "https://amdgpu-stats.readthedocs.io/en/latest/" documentation = "https://amdgpu-stats.readthedocs.io/en/latest/"
classifiers = [
"Environment :: Console",
"Environment :: GPU",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: System Administrators",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"