Skip to content

Add py.typed to comply with PEP561

Fabio Colella requested to merge fcole90/gi-docgen:main into main

This PR adds py.typed to comply with PEP561. The file was also added to setup.py. Adding it to pyproject.toml should not be necessary AFAIK.

In addition, it fixes the issue discussed in pylance/3084.

Merge request reports