v0.1.8: add doc link to package
This commit is contained in:
parent
2b10224136
commit
5d647b99a9
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue