From 26c9acf6e7e0cd296e0143123582cf2a7e6fd128 Mon Sep 17 00:00:00 2001 From: Jan Hicken Date: Tue, 21 May 2024 18:08:20 +0200 Subject: [PATCH] Add py.typed marker for top-level package (#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. --- datacontract/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 datacontract/py.typed diff --git a/datacontract/py.typed b/datacontract/py.typed new file mode 100644 index 00000000..e69de29b