summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChris Hunt <chrahunt@gmail.com>2020-01-06 13:59:13 -0500
committerChris Hunt <chrahunt@gmail.com>2020-01-06 14:03:34 -0500
commit8460394c47a32e05145c6604d8a92ad9d716b8d2 (patch)
treefe3ebc74b078288ae164ab81eb565e38a70ad93e /MANIFEST.in
parent5e1455561eed8dfb9ac77d8f46526632845e1059 (diff)
downloadpip-8460394c47a32e05145c6604d8a92ad9d716b8d2.tar.gz
Update packaging version and include py.typed
Since the new packaging has types, it includes a py.typed. No harm in including this in our package, and it may facilitate debug tool usage on an installed pip by signaling that pip._vendor.packaging is type-annotated.
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 e16ea0c73..aa6a1d0e7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -21,6 +21,7 @@ exclude tox.ini
exclude noxfile.py
recursive-include src/pip/_vendor *.pem
+recursive-include src/pip/_vendor py.typed
recursive-include docs Makefile *.rst *.py *.bat
exclude src/pip/_vendor/six