third_party.grpc/PYTHON-MANIFEST.in
Ken Payson 47031a8b14 Add egg-info to python distribution.
Currently, grpcio cannot be used as a dependency for egg packages
(https://github.com/grpc/grpc/issues/6939)

There is likely a better solution, but this is intended as a patch
for the 0.15.0 release.
2016-06-21 17:12:43 -07:00

19 lines
641 B
Plaintext

recursive-include src/python/grpcio/grpc *.c *.h *.py *.pyx *.pxd *.pxi *.python *.pem
recursive-exclude src/python/grpcio/grpc/_cython *.so *.pyd
graft src/python/grpcio/tests
graft src/python/grpcio/grpcio.egg-info
graft src/core
graft src/boringssl
graft include/grpc
graft third_party/boringssl
graft third_party/nanopb
graft third_party/zlib
include src/python/grpcio/commands.py
include src/python/grpcio/grpc_version.py
include src/python/grpcio/grpc_core_dependencies.py
include src/python/grpcio/precompiled.py
include src/python/grpcio/support.py
include src/python/grpcio/README.rst
include requirements.txt
include etc/roots.pem