blob: d91ea8ef68d7b08e2f4ec8b057d71ba21265f7d7 (
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-12-01 03:37:38 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=80.3.1", "wheel>=0.37"]
+requires = ["setuptools>=61", "wheel>=0.37"]
build-backend = "setuptools.build_meta"
[project]
@@ -11,8 +11,7 @@ version = "3.3.0"
# also change:
# - `docs/news_pool.rst` to declare this version current or unreleased
-license = "LGPL-3.0-only"
-license-files = ["LICENSE.txt"]
+license = {text = "LGPL-3.0-only"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
|