psycopg2/MANIFEST.in

13 lines
638 B
Plaintext
Raw Normal View History

recursive-include psycopg *.c *.h *.manifest
recursive-include lib *.py
2005-03-23 13:32:30 +03:00
recursive-include tests *.py
recursive-include examples *.py somehackers.jpg whereareyou.jpg
include doc/Makefile doc/README doc/HACKING doc/SUCCESS doc/COPYING.LESSER 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
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