From dc848e9e8847f60269fca327a19d695b4c0c8f75 Mon Sep 17 00:00:00 2001 From: Vladimir Ivic Date: Thu, 2 Jan 2025 16:25:10 -0800 Subject: [PATCH] Stack 1 - Commit 3 --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 34dc90033..c0f8cf575 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ def read_requirements(): return [line.strip() for line in content] -# Setup configuration setup( name="llama_stack", version="0.0.63", @@ -45,5 +44,3 @@ setup( install_requires=read_requirements(), include_package_data=True, ) - -# Adding some unnecessary stuff here