1
1
Derivar 0

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.
Este cometimento está contido em:
Chris Hunt 2020-01-06 13:59:13 -05:00
ascendente 5e1455561e
cometimento 8460394c47
2 ficheiros modificados com 2 adições e 1 eliminações

Ver ficheiro

@ -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

Ver ficheiro

@ -7,7 +7,7 @@ distro==1.4.0
html5lib==1.0.1
ipaddress==1.0.22 # Only needed on 2.6 and 2.7
msgpack==0.6.2
packaging==19.2
packaging==20.0
pep517==0.7.0
progress==1.5
pyparsing==2.4.2