mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
12 lines
513 B
Plaintext
12 lines
513 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/README.rst doc/SUCCESS doc/COPYING.LESSER doc/pep-0249.txt
|
|
include doc/Makefile doc/requirements.txt
|
|
recursive-include doc/src *.rst *.py *.css Makefile
|
|
recursive-include scripts *.py *.sh
|
|
include scripts/maketypes.sh scripts/buildtypes.py
|
|
include AUTHORS README.rst INSTALL LICENSE NEWS
|
|
include MANIFEST.in setup.py setup.cfg Makefile
|