Neater setup

This commit is contained in:
canvrno
2025-02-19 12:02:03 -07:00
parent 62e674e93f
commit 538a4f93e6
2 changed files with 140 additions and 148 deletions

View File

@@ -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",