Skip to content

Commit f45de61

Browse files
authored
PYTHON-4163 Rename src/ to bsonjs/ to avoid setuptools bug that shadows bson package (#53)
1 parent 89893b4 commit f45de61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+22
-19
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
include README.rst
22
include CHANGELOG.rst
33
include LICENSE
4-
recursive-include src LICENSE
5-
recursive-include src *.h
6-
recursive-include test *.py
4+
recursive-include bsonjs LICENSE
5+
recursive-include bsonjs *.h
6+
recursive-include bsonjs *.py
77
exclude benchmark.py
88
exclude build-wheels.sh
99
exclude docker-build.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)