Add profile-aware plugin TUI
This commit is contained in:
+3
-1
@@ -10,7 +10,9 @@ readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = "MIT"
|
||||
authors = [{ name = "plugin-helper contributors" }]
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"textual>=8.2,<9",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
plugin-helper = "plugin_helper.cli:main"
|
||||
|
||||
Reference in New Issue
Block a user