Skip to content

Commit 2c9efd6

Browse files
authored
Fix check-manifest warnings (#50)
1 parent 5acc4d2 commit 2c9efd6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

MANIFEST.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
include README.rst
2+
include CHANGELOG.rst
23
include LICENSE
3-
include ez_setup.py
4-
recursive-include libbson *.h
4+
recursive-include src LICENSE
55
recursive-include src *.h
66
recursive-include test *.py
7+
exclude benchmark.py
8+
exclude build-wheels.sh
9+
exclude docker-build.sh
10+
exclude vendor.sh

0 commit comments

Comments
 (0)