From b0566a785d4d62db379f4e9707b7cd8c648f9df6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 2 Feb 2023 17:09:01 -0500 Subject: docs: paperwork for py.typed --- CHANGES.rst | 5 ++++- coverage/py.typed | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ed8e93d5..627b10dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,7 +20,10 @@ development at the same time, such as 4.5.x and 5.0. Unreleased ---------- -Nothing yet. +- Added a ``py.typed`` file to announce our type-hintedness. Thanks, + `KotlinIsland `_. + +.. _pull 1550: https://github.com/nedbat/coveragepy/pull/1550 .. scriv-start-here diff --git a/coverage/py.typed b/coverage/py.typed index e69de29b..bacd23a1 100644 --- a/coverage/py.typed +++ b/coverage/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561 to indicate that this package has type hints. -- cgit v1.2.1