2011-02-15 11:25:05 +03:00
|
|
|
recursive-include psycopg *.c *.h *.manifest
|
2004-10-19 07:17:12 +04:00
|
|
|
recursive-include lib *.py
|
2005-03-23 13:32:30 +03:00
|
|
|
recursive-include tests *.py
|
2004-10-19 07:17:12 +04:00
|
|
|
recursive-include examples *.py somehackers.jpg whereareyou.jpg
|
2013-06-23 04:59:16 +04:00
|
|
|
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/*
|
2005-06-17 19:36:28 +04:00
|
|
|
recursive-include scripts *.py *.sh
|
2004-10-19 07:17:12 +04:00
|
|
|
include scripts/maketypes.sh scripts/buildtypes.py
|
2013-04-07 22:40:17 +04:00
|
|
|
include AUTHORS README INSTALL LICENSE NEWS
|
2010-11-14 05:18:57 +03:00
|
|
|
include PKG-INFO MANIFEST.in MANIFEST setup.py setup.cfg Makefile
|