We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1da243 commit 1106435Copy full SHA for 1106435
clients/python/setup.py
@@ -5,5 +5,5 @@
5
python_requires=">=3.7",
6
version="0.0.0.beta32",
7
packages=find_packages(),
8
- package_data={"scale_llm_engine": ["py.typed"]},
+ package_data={"llmengine": ["py.typed"]},
9
)
0 commit comments