add classifiers + desc

This commit is contained in:
2026-03-20 09:33:45 +00:00
parent ffacc96dd9
commit 73ebfb537b
2 changed files with 135 additions and 3 deletions

View File

@@ -1,15 +1,25 @@
[project]
name = "vban-tui"
version = "0.1.0"
description = "Add your description here"
description = "A Textual-based TUI for VBAN Text"
readme = "README.md"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
requires-python = ">=3.13"
requires-python = ">=3.10"
dependencies = [
"pydantic-settings>=2.13.1",
"textual>=8.1.1",
"vban-cmd>=2.10.3",
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[project.scripts]
vban-tui = "vban_tui.tui:main"