summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorpgjones <philip.graham.jones@googlemail.com>2023-02-26 11:17:50 +0000
committerPhil Jones <philip.graham.jones@googlemail.com>2023-04-02 14:58:03 +0100
commitfae6164cda6c5e9af89895a22f700402fa4b5ec5 (patch)
treea82ad0c87c84c6c43955c6908f58bfd8c232f453 /MANIFEST.in
parent5ed9c956aaf68a8e2defa9722109aa2c7bcf7ae1 (diff)
downloadblinker-fae6164cda6c5e9af89895a22f700402fa4b5ec5.tar.gz
Add an initial set of type hints
These focus on the public API with the private aspect omitted. This is because these are hard to type, and may not be required with modern python. However, this should still be useful if adopted for code that uses blinker.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index cab5663..41180b4 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include CHANGES.rst
include tox.ini
+include src/blinker/py.typed
graft docs
prune docs/_build
graft tests