From d00016f2ebe0fb2fed4b584af91a88db05a0a673 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Thu, 4 Dec 2025 22:54:16 +0100 Subject: [PATCH] cleaned file --- pyproject.toml | 2 +- src/statsman/ui/__init__.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3eeb86..94a6329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "statsman" -version = "0.2.0" +version = "0.1.3" description = "A terminal-based system monitoring tool with manual UI rendering, full-screen support, and dynamic layout management" authors = [{name = "Exil Productions", email = "exil.productions.business@gmail.com"}] license = {text = "MIT"} diff --git a/src/statsman/ui/__init__.py b/src/statsman/ui/__init__.py index 15dba75..e69de29 100644 --- a/src/statsman/ui/__init__.py +++ b/src/statsman/ui/__init__.py @@ -1,4 +0,0 @@ -""" -UI package for StatsMan -Manual terminal UI implementation -""" \ No newline at end of file