-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
part:protobufAffects the protobuf toolsAffects the protobuf toolspriority:lowThis should be addressed only if there is nothing else on the tableThis should be addressed only if there is nothing else on the tabletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
When using the setuptools.grpc
tools, the user needs to specify recursive-include py *.pyi
in the MANIFEST.in
file, otherwise setuptools[scm]
doesn't seem to realize that the files should be included (not sure why it does realize the .py
files should).
It is supposed to be a way to include them automatically if the sub-command build_py
reports the new *.pyi
files:
This is probably also needed to support editable installs.
Metadata
Metadata
Assignees
Labels
part:protobufAffects the protobuf toolsAffects the protobuf toolspriority:lowThis should be addressed only if there is nothing else on the tableThis should be addressed only if there is nothing else on the tabletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users