From 811fcd4749781a164225260561a8dce46634c429 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 29 Apr 2023 21:18:43 -0500 Subject: [PATCH] =?UTF-8?q?project:=20remove=20"simple"=20assumption=20?= =?UTF-8?q?=F0=9F=98=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dcbfc9..986b460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "amdgpu-stats" version = "0.1.11" -description = "A simple module/TUI for AMD GPU statistics" +description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" license = "MIT"