Skip to content

Commit

Permalink
Add py.typed marker for top-level package (datacontract#212)
Browse files Browse the repository at this point in the history
When other applications depend on the Data Contract CLI Python library,
in order for type checkers to incorporate the type annotations already
present in the code base, a `py.typed` marker file needs to be present.

See [PEP
561](https://peps.python.org/pep-0561/#packaging-type-information) for
more details.
  • Loading branch information
janhicken authored May 21, 2024
1 parent e352903 commit 26c9acf
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added datacontract/py.typed
Empty file.

0 comments on commit 26c9acf

Please sign in to comment.