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 11fb79a commit 2e9341eCopy full SHA for 2e9341e
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