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.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7eb1548f9363f782cc501c07b0e51caeae055d;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 c0907e8c3..4cb395a25 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -31,7 +31,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.7 diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 62f347ccf..7b5ce4d36 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -31,7 +31,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.7 diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 569c70502..9c5e32b8c 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -31,7 +31,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.7