Skip to content

Please include a py.typed marker file #6

@mjpieters

Description

@mjpieters

I see your project is already type-checked and the source code as distributed includes full type annotations. This is fantastic!

However, the distribution lacks a py.typed marker file, which means that we can still see a Stub file not found for "richuru" error when linting our own projects.

Could you please add such a stub file to your project distribution?

It may be as simple as just adding a py.typed file (empty) in the root of your project; I don't know if pdm-backend picks this up automatically (recent versions of setuptools certainly do). I can't find any explicit references to this but unrelated bug reports for the build backend seem to suggest it does include py.typed automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions