Neater setup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
requires = ["setuptools>=61.0.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "proxmox-mcp"
|
||||
@@ -11,7 +11,7 @@ authors = [
|
||||
{name = "Kevin", email = "kevin@example.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
license = {text = "MIT"}
|
||||
keywords = ["proxmox", "mcp", "virtualization", "cline", "qemu", "lxc"]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
@@ -27,7 +27,7 @@ classifiers = [
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"mcp>=0.12.0,<2.0.0",
|
||||
"mcp @ git+https://github.com/modelcontextprotocol/python-sdk.git",
|
||||
"proxmoxer>=2.0.1,<3.0.0",
|
||||
"requests>=2.31.0,<3.0.0",
|
||||
"pydantic>=2.0.0,<3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user