Archived
1
1
Fork 0

v0.1.8: add doc link to package

This commit is contained in:
Josh Lay 2023-04-26 00:00:56 -05:00
parent 2b10224136
commit 5d647b99a9
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,11 +1,12 @@
[tool.poetry]
name = "amdgpu-stats"
version = "0.1.7"
version = "0.1.8"
description = "A simple module/TUI (using Textual) that provides AMD GPU statistics"
authors = ["Josh Lay <pypi@jlay.io>"]
repository = "https://github.com/joshlay/amdgpu_stats"
license = "MIT"
readme = "README.md"
documentation = "https://amdgpu-stats.readthedocs.io/en/latest/"
[tool.poetry.dependencies]
python = "^3.9"