]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fixed sdist package for psycopg3-c
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Dec 2020 14:29:00 +0000 (14:29 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Dec 2020 14:29:00 +0000 (14:29 +0000)
commit66ab23ee249007d6dee833b86fbffed665d25697
tree73789f03628a5ef3c12c165c16a38089e5188700
parent49a689d95d078205b8ca63badaf1f0679990df7f
Fixed sdist package for psycopg3-c

`types` made into a package so that the setup.py is able to find the
Cython sources there.
psycopg3_c/psycopg3_c/types/__init__.py [new file with mode: 0644]