Skip to content

Commit 1106435

Browse files
authored
Fix package name mapping (#514)
1 parent e1da243 commit 1106435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
python_requires=">=3.7",
66
version="0.0.0.beta32",
77
packages=find_packages(),
8-
package_data={"scale_llm_engine": ["py.typed"]},
8+
package_data={"llmengine": ["py.typed"]},
99
)

0 commit comments

Comments
 (0)