From: Daniele Varrazzo Date: Sat, 13 Aug 2022 00:32:21 +0000 (+0200) Subject: chore: use `license_files` entry in metadata X-Git-Tag: 3.0.17~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=124ebba50515cb2a9d3672e35dffc6ff0677cd9f;p=thirdparty%2Fpsycopg.git chore: use `license_files` entry in metadata `license_file` is deprecated. --- diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index c981ba2ed..aea82c469 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -32,7 +32,7 @@ classifiers = long_description = file: README.rst long_description_content_type = text/x-rst -license_file = LICENSE.txt +license_files = LICENSE.txt [options] python_requires = >= 3.6 diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 45d175349..066973dda 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -32,7 +32,7 @@ classifiers = long_description = file: README.rst long_description_content_type = text/x-rst -license_file = LICENSE.txt +license_files = LICENSE.txt [options] python_requires = >= 3.6 diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 25aced679..8fb71f96b 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -32,7 +32,7 @@ classifiers = long_description = file: README.rst long_description_content_type = text/x-rst -license_file = LICENSE.txt +license_files = LICENSE.txt [options] python_requires = >= 3.6