From 5d647b99a96d8ad03bab200bed912a15f55a29fa Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 26 Apr 2023 00:00:56 -0500 Subject: [PATCH] v0.1.8: add doc link to package --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47f5a47..77e0e1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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"