mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-14 13:06:34 +03:00
9b2f4c7d77
It was a while we were getting:: no previously-included directories found matching 'doc/src/_build' at install time. Also avoid a couple of Sphinx build files from sdist package.
13 lines
632 B
Plaintext
13 lines
632 B
Plaintext
recursive-include psycopg *.c *.h *.manifest
|
|
recursive-include lib *.py
|
|
recursive-include tests *.py
|
|
recursive-include examples *.py somehackers.jpg whereareyou.jpg
|
|
include doc/Makefile doc/README doc/HACKING doc/SUCCESS doc/COPYING* doc/*.txt
|
|
include doc/src/Makefile doc/src/conf.py doc/src/*.rst doc/src/_static/*
|
|
recursive-include doc/src/tools *.py
|
|
include doc/html/*.html doc/html/*.js doc/html/_sources/*.txt doc/html/_static/*
|
|
recursive-include scripts *.py *.sh
|
|
include scripts/maketypes.sh scripts/buildtypes.py
|
|
include AUTHORS README INSTALL LICENSE NEWS
|
|
include PKG-INFO MANIFEST.in MANIFEST setup.py setup.cfg Makefile
|