summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 4911aa342b9f565b1c3bbbed4fc363ae80641704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include *.txt *.py
include THANKS
include LICENSE
include INSTALL

graft nitime
graft doc
graft tools

# docs subdirs we want to skip
prune doc/_build
prune doc/api/generated

global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .git