summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-02-02 17:09:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-02-02 17:40:55 -0500
commitb0566a785d4d62db379f4e9707b7cd8c648f9df6 (patch)
treee32be46499a54f9ab3ee330d7884f85387b5a970
parenta0445abdfb1be47129fff448b7f1a21d40336053 (diff)
downloadpython-coveragepy-git-b0566a785d4d62db379f4e9707b7cd8c648f9df6.tar.gz
docs: paperwork for py.typed
-rw-r--r--CHANGES.rst5
-rw-r--r--coverage/py.typed1
2 files changed, 5 insertions, 1 deletions
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_>`_.
+
+.. _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.