chore(project): 📝 Add README file

This commit is contained in:
bronsen 2025-12-03 18:28:30 +01:00
parent 478bba9125
commit 00e7272277
2 changed files with 7 additions and 0 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# Teilchensammler
This is a little TUI based on [Textual] for entering new Teilchen and for
searching for existing Teilchen.

View file

@ -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]