diff --git a/clients/python/setup.py b/clients/python/setup.py index 6bcdf6891..489e428ae 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -5,5 +5,5 @@ python_requires=">=3.7", version="0.0.0.beta32", packages=find_packages(), - package_data={"scale_llm_engine": ["py.typed"]}, + package_data={"llmengine": ["py.typed"]}, )