~ubuntu-branches/ubuntu/trusty/pandas/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include MANIFEST.in
include LICENSE
include RELEASE.md
include README.rst
include TODO.rst
include setup.py
include setupegg.py

graft doc
prune doc/build

graft examples
graft pandas

global-exclude *.so
global-exclude *.pyd
global-exclude *.pyc
global-exclude .git*
global-exclude .DS_Store
global-exclude *.png

# include examples/data/*
# recursive-include examples *.py
# recursive-include doc/source *
# recursive-include doc/sphinxext *
# recursive-include LICENSES *