]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: adapt license metadata to license expression 3.2.11
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 21:00:19 +0000 (23:00 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 21:00:19 +0000 (23:00 +0200)
psycopg/setup.cfg
psycopg_c/setup.cfg
psycopg_pool/setup.cfg

index 19211d9e96276b44ca4227fccb5020a7a85299ce..70eab637bd5fc31fe705b74a02c3549b5de1118a 100644 (file)
@@ -4,7 +4,7 @@ description = PostgreSQL database adapter for Python
 url = https://psycopg.org/psycopg3/
 author = Daniele Varrazzo
 author_email = daniele.varrazzo@gmail.com
-license = GNU Lesser General Public License v3 (LGPLv3)
+license_expression = LGPL-3.0-only
 
 # Use a versioning scheme as defined in
 # https://www.python.org/dev/peps/pep-0440/
@@ -29,7 +29,6 @@ project_urls =
 classifiers =
     Development Status :: 5 - Production/Stable
     Intended Audience :: Developers
-    License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
     Operating System :: MacOS :: MacOS X
     Operating System :: Microsoft :: Windows
     Operating System :: POSIX
index 25f497def4b8c6fa8a409dc2a17f0428b7775e34..3b8fd5c92b7596a51fde7a7ae5f047cf26489520 100644 (file)
@@ -4,7 +4,7 @@ description = PostgreSQL database adapter for Python -- C optimisation distribut
 url = https://psycopg.org/psycopg3/
 author = Daniele Varrazzo
 author_email = daniele.varrazzo@gmail.com
-license = GNU Lesser General Public License v3 (LGPLv3)
+license_expression = LGPL-3.0-only
 version = 3.2.11
 
 project_urls =
@@ -19,7 +19,6 @@ project_urls =
 classifiers =
     Development Status :: 5 - Production/Stable
     Intended Audience :: Developers
-    License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
     Operating System :: MacOS :: MacOS X
     Operating System :: Microsoft :: Windows
     Operating System :: POSIX
index d882f999cc151fc930413f285c11449da50f096c..fc9d8651a77f18b981ee3a1facb2f29df1e283df 100644 (file)
@@ -4,7 +4,7 @@ description = Connection Pool for Psycopg
 url = https://psycopg.org/psycopg3/
 author = Daniele Varrazzo
 author_email = daniele.varrazzo@gmail.com
-license = GNU Lesser General Public License v3 (LGPLv3)
+license_expression = LGPL-3.0-only
 
 # STOP AND READ! if you change:
 version = 3.3.0.dev1
@@ -23,7 +23,6 @@ project_urls =
 classifiers =
     Development Status :: 5 - Production/Stable
     Intended Audience :: Developers
-    License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
     Operating System :: MacOS :: MacOS X
     Operating System :: Microsoft :: Windows
     Operating System :: POSIX