Add plugin helper with agent skill for updating plugins
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=69", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "plugin-helper"
|
||||
version = "0.1.0"
|
||||
description = "A safe CLI for managing Beat Saber plugins in mounted BSManager instances."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = "MIT"
|
||||
authors = [{ name = "plugin-helper contributors" }]
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
plugin-helper = "plugin_helper.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user