l @@ -0,0 +1,15 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -74,8 +74,8 @@ addopts = """\ + """ + + [build-system] +-requires = ["uv_build>=0.10.11,<0.11.0"] +-build-backend = "uv_build" ++requires = ["hatchling"] ++build-backend = "hatchling.build" + +-[tool.uv.build-backend] +-module-root = "" ++[tool.hatch.build.targets.wheel] ++packages = ["latex2mathml"]