blob: f49365e98a2f1d61d789c261b0e0e1b6caee0f97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- pyproject.toml.orig 2025-04-18 21:15:51 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
# require a recent setuptools for `license = ` support
-requires = ["setuptools >= 78.1.0", "wheel"]
+requires = ["setuptools >= 61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
@@ -60,7 +60,7 @@ There are also [optional extras available](https://hyp
There are also [optional extras available](https://hypothesis.readthedocs.io/en/latest/extras.html).
""", "content-type" = "text/markdown"}
-license = "MPL-2.0"
+license = { text = "MPL-2.0" }
requires-python = ">= 3.9"
keywords = ["python", "testing", "fuzzing", "property-based-testing"]
classifiers = [
|