We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e63e6 commit fb0b517Copy full SHA for fb0b517
1 file changed
mcp-server/pyproject.toml
@@ -51,12 +51,14 @@ homepage = "https://polaris.apache.org/"
51
repository = "https://github.com/apache/polaris-tools/"
52
53
[build-system]
54
-requires = ["setuptools>=68.0"]
55
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
56
57
-[tool.setuptools.packages.find]
58
-where = ["."]
59
-include = ["polaris_mcp*"]
+[tool.hatch.build.targets.sdist]
+include = ["polaris_mcp"]
+
60
+[tool.hatch.build.targets.wheel]
61
62
63
[[tool.uv.index]]
64
name = "pypi"
0 commit comments