Skip to content

Commit

Permalink
Add egg-info to python distribution.
Browse files Browse the repository at this point in the history
Currently, grpcio cannot be used as a dependency for egg packages
(grpc#6939)

There is likely a better solution, but this is intended as a patch
for the 0.15.0 release.
  • Loading branch information
kpayson64 committed Jun 22, 2016
1 parent 099b756 commit 47031a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PYTHON-MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 47031a8

Please sign in to comment.