--- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.7.20,<0.8.0"] +requires = ["uv_build>=0.7.20"] build-backend = "uv_build" [project] @@ -12,8 +12,7 @@ authors = [{ name = "Jeroen van Zundert", email = "mai "tomli>=2.2.1; python_version<'3.11'", ] authors = [{ name = "Jeroen van Zundert", email = "mail@jeroenvanzundert.nl" }] -license = "MIT" -license-files = ["LICENSE"] +license = {text = "MIT"} keywords = ["uv", "bump", "version", "dependency"] classifiers = [ "Development Status :: 3 - Alpha",