From: Daniele Varrazzo Date: Mon, 8 Nov 2021 19:54:31 +0000 (+0100) Subject: Include typing information in psycopg-binary distribution X-Git-Tag: 3.0.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5876f24be6bdbc9e133d3faa5da214238ca3b2;p=thirdparty%2Fpsycopg.git Include typing information in psycopg-binary distribution --- diff --git a/docs/news.rst b/docs/news.rst index 9016d7910..240130707 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,6 +14,7 @@ Psycopg 3.0.3 ^^^^^^^^^^^^^ - Reduce size of binary package by stripping debug symbols (:ticket:`#142`). +- Include typing information in the `!psycopg_binary` package. Psycopg 3.0.2 diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 8217b5983..45d175349 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -50,3 +50,8 @@ psycopg_c = *.pxd _psycopg/*.pxd pq/*.pxd + +# In the psycopg-binary distribution don't include cython-related files. +psycopg_binary = + py.typed + *.pyi