blob: 8e658038ff5f2275407abc14b0f3fdb524cb2461 (
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-05 19:00:49 UTC
+++ pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.rst"
]
requires-python = ">=3.9"
readme = "README.rst"
-license = "Apache-2.0"
+license = {file = "LICENSE"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
@@ -43,7 +43,7 @@ requires = [
[build-system]
requires = [
- "setuptools>=77.0.3",
+ "setuptools",
"setuptools-scm",
"wheel",
]
|