python/MANIFEST.in (13 lines of code) (raw):
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