Merge pull request #16 from joshlay/add_doc_link
v0.1.8: add doc link to package (no GH release)
This commit is contained in:
commit
016cb6844e
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "amdgpu-stats"
|
name = "amdgpu-stats"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "A simple module/TUI (using Textual) that provides AMD GPU statistics"
|
description = "A simple module/TUI (using Textual) that provides 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/"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
|
|
Reference in a new issue