Skip to content

Commit c862a49

Browse files
committed
restore manifest
1 parent ca9d033 commit c862a49

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bindings/python/MANIFEST.in

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
include README.md
2+
include CHANGELOG.md
3+
include CONTRIBUTING.md
4+
include LICENSE
5+
include THIRD-PARTY-NOTICES
6+
include *.sh
7+
include pyproject.toml
8+
include tox.ini
9+
10+
exclude RELEASE.md
11+
exclude asv.conf.json
12+
13+
graft pymongoarrow
14+
15+
recursive-include test *
16+
recursive-exclude docs *
17+
recursive-exclude benchmarks *
18+
19+
global-exclude *.cpp
20+
global-exclude *.dylib
21+
global-exclude *.so.*
22+
global-exclude *.so
23+
global-exclude *.dll
24+
global-exclude *.pyd
25+
global-exclude *.pyc
26+
global-exclude .git*
27+
global-exclude .DS_Store

0 commit comments

Comments
 (0)