summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: d520be17981e31eeaa745a819aa4cb655099e9be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# any kind of "*" pulls in __init__.pyc files,
# so all extensions are explicit.

recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty
recursive-include examples *.py *.xml
recursive-include test *.py *.dat

# include the c extensions, which otherwise
# don't come in if --with-cextensions isn't specified.
recursive-include lib *.c *.txt

include README* LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES*
prune doc/build/output