blob: a0653baf244e670060b6a5fe54e5eca6aae6d4fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- 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",
|