mongodb-labs / python-bsonjs

A fast BSON to MongoDB Extended JSON converter for Python - This Repository is NOT a supported MongoDB product
Apache License 2.0
40 stars 10 forks source link

Fix check-manifest warnings #50

Closed ShaneHarvey closed 1 year ago

ShaneHarvey commented 1 year ago

Fix these warnings:

$ check-manifest                             
lists of files in version control and sdist do not match!
missing from sdist:
  CHANGELOG.rst
  benchmark.py
  build-wheels.sh
  docker-build.sh
  src/jsonsl/LICENSE
  vendor.sh
suggested MANIFEST.in rules:
  include *.py
  include *.rst
  include *.sh