Some improvements#1
Conversation
add --proto_path/-I option, add some hint when not need generating pb2 file.
|
Hi there! Thanks for PR! But I've got some concerns, particularly about the And when I run If that behaviour is not true for you, please specify setuptools version and protoc versions, mine are: |
|
soooo outdated |
|
My version combination is (setuptools 15.0/ protoc 2.6.1). In my situation, protoc command will run at the same dir hierarchy as setup.py, and if --python_out be set as "." , it would generate pb2.py file at the package root dir. I'm curious why protoc generate redundancy dir at in your description, maybe relate to protoc version ? |
change
--python_outtopackagedir,add
--proto_path/-Ioption,add some hint when not need generating pb2 file.