blob: c4fe54deff66c1db303a9e0fdf5424eed205b16b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-05-10 16:39:26 UTC
+++ pyproject.toml
@@ -2,8 +2,6 @@ requires = [
requires = [
"setuptools>=61.2",
"setuptools_scm[toml]>=3.4.1",
- # jaraco/skeleton#174
- "coherent.licensed",
]
build-backend = "setuptools.build_meta"
@@ -21,7 +19,7 @@ requires-python = ">=3.9"
"Programming Language :: Python :: 3 :: Only",
]
requires-python = ">=3.9"
-license = "MIT"
+license = { text = "MIT" }
dependencies = [
"more_itertools>=4.0.0",
"inflect",
|