Add py.typed in accordance with PEP0561
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)