From: Daniele Varrazzo Date: Thu, 22 Dec 2022 19:07:10 +0000 (+0000) Subject: chore(pool): add pyproject.toml X-Git-Tag: 3.1.8~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d076531d38c1f3bf77cac85597985689207a4d0c;p=thirdparty%2Fpsycopg.git chore(pool): add pyproject.toml --- diff --git a/psycopg_pool/pyproject.toml b/psycopg_pool/pyproject.toml new file mode 100644 index 000000000..21e410c74 --- /dev/null +++ b/psycopg_pool/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=49.2.0", "wheel>=0.37"] +build-backend = "setuptools.build_meta"