CZ-NIC / setuptools-grpc

Setuptools module for building protobuf and grpc service python modules.
GNU General Public License v3.0
5 stars 1 forks source link

Fix broken globs in example #15

Closed jfly closed 8 months ago

jfly commented 8 months ago

I was trying to follow the README, and found that these globs weren't actually matching any files, because they get prefixed with proto_path, so we were ending up with a glob that looked something like ./src/src/*.proto (which I assume was not the intent here).

stinovlas commented 8 months ago

Merged manually (while fixing backticks).