Skip to content

Automatically add .pyi files to manifest #13

@leandro-lucarella-frequenz

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

No one assigned

    Labels

    part:protobufAffects the protobuf toolspriority:lowThis should be addressed only if there is nothing else on the tabletype:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions