Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add py.typed marker for top-level package (datacontract#212)
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