Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: py.typed #347

Closed
wants to merge 1 commit into from
Closed

fix: py.typed #347

wants to merge 1 commit into from

Commits on Jan 6, 2021

  1. fix: py.typed

    This package is missing a py.typed file, so downstream projects will not
    show up in mypy or other type checkers, even though it has nice .pyi
    files. This adds a the token file, which will cause mypy to pick it up
    and use it. See [PEP 0561](https://www.python.org/dev/peps/pep-0561/\).
    
    It was also missing the .pyi files from the wheel (noticed when running
    `pip install build && python -m build`), added `include_package_data` to
    fix that.
    henryiii committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0fa383f View commit details
    Browse the repository at this point in the history