From 00e7272277731cd46064983ec1922a3a810296c2 Mon Sep 17 00:00:00 2001 From: bronsen Date: Wed, 3 Dec 2025 18:28:30 +0100 Subject: [PATCH] =?UTF-8?q?chore(project):=20=F0=9F=93=9D=20Add=20README?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ pyproject.toml | 1 + 2 files changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e87d31 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Teilchensammler + +This is a little TUI based on [Textual] for entering new Teilchen and for +searching for existing Teilchen. + + diff --git a/pyproject.toml b/pyproject.toml index ad078cf..b8e9dea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3 :: Only", "Topic :: Utilities", + "Topic :: Terminals", ] [project.urls]