5ecdeb2f4d
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst https://www.psycopg.org/psycopg3/docs/news.html
20 lines
562 B
TOML
20 lines
562 B
TOML
--- pyproject.toml.orig 2026-05-01 20:48:14 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]
|
|
@@ -15,8 +15,7 @@ version = "3.3.4"
|
|
#
|
|
# NOTE: you can use `tools/bump_version.py` to maintain versions.
|
|
|
|
-license = "LGPL-3.0-only"
|
|
-license-files = ["LICENSE.txt"]
|
|
+license = {text = "LGPL-3.0-only"}
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Intended Audience :: Developers",
|