From 5c57590046158254e79fa19498008af55da015f9 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 23 Apr 2023 16:10:29 -0500 Subject: [PATCH] update pypi addr --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e11f0e..6ec1da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "amdgpu-stats" version = "0.1.0" description = "A simple TUI (using Textual) that shows AMD GPU statistics" -authors = ["Josh Lay "] +authors = ["Josh Lay "] license = "MIT" readme = "README.md"