Skip to content

Add py.typed in accordance with PEP0561

David Runge requested to merge pep0561 into main

repod/py.typed: To allow type checking we add an empty py.typed file to the project, as all type hinting is done inline. This follows PEP0561 (https://peps.python.org/pep-0561) and allows for consumers of repod to facilitate type checking.

Fixes #112 (closed)

Merge request reports