summaryrefslogtreecommitdiffstats
path: root/src/arrow/python/MANIFEST.in
blob: ed7012e4b7010b48dcb4cb771f3973ba9b463db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include README.md
include ../LICENSE.txt
include ../NOTICE.txt

global-include CMakeLists.txt
graft pyarrow
graft cmake_modules

global-exclude *.so
global-exclude *.pyc
global-exclude *~
global-exclude \#*
global-exclude .git*
global-exclude .DS_Store
prune .asv