From 4975bf3649c7929d29ddf1232a272de89e1a6e4e Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 29 Apr 2023 12:20:06 -0500 Subject: [PATCH] project: reflect new tui namespacing --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 077f7fc..936bf07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.10" +version = "0.1.11" description = "A simple module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" @@ -14,7 +14,7 @@ textual = ">=0.10" humanfriendly = ">=10.0" [tool.poetry.scripts] -amdgpu-stats = "amdgpu_stats.interface:tui" +amdgpu-stats = "amdgpu_stats.tui:interface" [build-system] requires = ["poetry-core"]