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

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"]},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions