PYTHON-MANIFEST.in 913 B

123456789101112131415161718192021222324252627
  1. recursive-include src/python/grpcio/grpc *.c *.h *.inc *.py *.pyx *.pxd *.pxi *.python *.pem
  2. recursive-exclude src/python/grpcio/grpc/_cython *.so *.pyd
  3. graft src/python/grpcio/grpcio.egg-info
  4. graft src/core
  5. graft src/boringssl
  6. graft include/grpc
  7. graft third_party/abseil-cpp/absl
  8. graft third_party/address_sorting
  9. graft third_party/boringssl-with-bazel
  10. graft third_party/cares
  11. graft third_party/re2
  12. graft third_party/upb
  13. graft third_party/xxhash
  14. graft third_party/zlib
  15. include src/python/grpcio/_parallel_compile_patch.py
  16. include src/python/grpcio/_spawn_patch.py
  17. include src/python/grpcio/commands.py
  18. include src/python/grpcio/grpc_version.py
  19. include src/python/grpcio/grpc_core_dependencies.py
  20. include src/python/grpcio/precompiled.py
  21. include src/python/grpcio/support.py
  22. include src/python/grpcio/README.rst
  23. include requirements.txt
  24. include etc/roots.pem
  25. include Makefile
  26. include LICENSE
  27. include _metadata.py