Unverified Commit 79a30912 authored by Jared Roesch's avatar Jared Roesch Committed by GitHub
Browse files

Add py.typed so consumers of vLLM can get type checking (#1509)



* Add py.typed so consumers of vLLM can get type checking

* Update py.typed

---------
Co-authored-by: default avataraarnphm <29749331+aarnphm@users.noreply.github.com>
Co-authored-by: default avatarZhuohan Li <zhuohan123@gmail.com>
parent 2f3d36a8
...@@ -278,4 +278,5 @@ setuptools.setup( ...@@ -278,4 +278,5 @@ setuptools.setup(
install_requires=get_requirements(), install_requires=get_requirements(),
ext_modules=ext_modules, ext_modules=ext_modules,
cmdclass={"build_ext": BuildExtension}, cmdclass={"build_ext": BuildExtension},
package_data={"vllm": ["py.typed"]},
) )
# Marker file for PEP 561.
# The vllm package uses inline types.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment