Skip to content

Commit 3302257

Browse files
xhochywesm
authored andcommitted
ARROW-190: Python: Provide installable sdist builds
Author: Uwe L. Korn <uwelk@xhochy.com> Closes #71 from xhochy/arrow-190 and squashes the following commits: e28db45 [Uwe L. Korn] Add LICENSE and README to MANIFEST f9943f5 [Uwe L. Korn] ARROW-190: Python: Provide standalone installable sdist builds
1 parent ad3d01d commit 3302257

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

python/MANIFEST.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
include README.md
2+
include LICENSE.txt
3+
4+
global-include CMakeLists.txt
5+
graft cmake_modules
6+
recursive-include src/pyarrow *.cc *.h
7+
recursive-include pyarrow *.pxd
8+
9+
global-exclude *.so
10+
global-exclude *.pyc
11+
global-exclude *~
12+
global-exclude \#*
13+
global-exclude .git*
14+
global-exclude .DS_Store

0 commit comments

Comments
 (0)