From b527a95c58b473bbd17cf44f9f17db318dcb9316 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 7 Oct 2024 22:57:17 -0400 Subject: [PATCH] Update setup.py --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 739f3fa17..4db636872 100644 --- a/setup.py +++ b/setup.py @@ -31,14 +31,14 @@ setup( url="https://github.com/meta-llama/llama-stack", packages=find_packages(), classifiers=[ - 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3', - 'Operating System :: OS Independent', - 'Intended Audience :: Developers', - 'Intended Audience :: Information Technology', - 'Intended Audience :: Science/Research', - 'Topic :: Scientific/Engineering :: Artificial Intelligence', - 'Topic :: Scientific/Engineering :: Information Analysis', + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Operating System :: OS Independent", + "Intended Audience :: Developers", + "Intended Audience :: Information Technology", + "Intended Audience :: Science/Research", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Scientific/Engineering :: Information Analysis", ], python_requires=">=3.10", install_requires=read_requirements(),