mirror of
https://github.com/onyx-and-iris/vban-tui.git
synced 2026-04-13 04:23:37 +00:00
add classifiers + desc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user