Skip to content

Commit

Permalink
Fix package name mapping (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmchoiboi committed May 7, 2024
1 parent e1da243 commit 1106435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
)

0 comments on commit 1106435

Please sign in to comment.