Merge pull request #6437 from kpayson64/build_change
Add egg-info to python distribution
This commit is contained in:
commit
acbf8c290a
|
|
@ -1,6 +1,7 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue