summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-09-22 14:34:27 -0700
committerGitHub <noreply@github.com>2022-09-22 14:34:27 -0700
commita6692c3f4e0b01200d9a3376fe28ffe1a1b7155c (patch)
treedb7cddcf595ffa509408bdfc6877eb4ac8bda86e
parent4940034c01e8440bf18e4b86619631779c7624c7 (diff)
parent20e9911d23058c3a9c0deb510749f2edcf62eeb4 (diff)
downloadpymemcache-a6692c3f4e0b01200d9a3376fe28ffe1a1b7155c.tar.gz
Merge pull request #421 from jogo/PEP561
Add py.typed file
-rw-r--r--MANIFEST.in1
-rw-r--r--pymemcache/py.typed0
2 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6e9e934..ddb59d2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include README.* ChangeLog.* setup.py setup.cfg LICENSE.txt
include *-requirements.txt tox.ini
+include pymemcache/py.typed
recursive-include pymemcache *.py
recursive-include pymemcache/test *.crt
recursive-include pymemcache/test *.key
diff --git a/pymemcache/py.typed b/pymemcache/py.typed
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/pymemcache/py.typed