diff --git a/setup.py b/setup.py index e27f35c..f44b792 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup +from setuptools import setup, find_packages import os VERSION = "0.4.1" @@ -27,7 +27,7 @@ setup( }, license="Apache License, Version 2.0", version=VERSION, - packages=["llm"], + packages=find_packages(), entry_points=""" [console_scripts] llm=llm.cli:cli