Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

package_data for py.typed and .pyi files can be removed with setuptools 69+ #45

@Avasam

Description

@Avasam

Just a heads-up that as of https://setuptools.pypa.io/en/latest/history.html#v69-0-0, you can simplify (remove) your package_data:

python-winsdk/setup.py

Lines 33 to 34 in 89d78d7

# recursive glob (**) doesn't seem to work here
package_data={"winsdk": ["py.typed", "*.pyi", "*/*.pyi", "*/*/*.pyi", "*/*/*/*.pyi", "*/*/*/*/*.pyi"]},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions