Update setup.py

This commit is contained in:
Yuan Tang 2024-10-07 22:57:17 -04:00 committed by GitHub
parent 6e7868c18c
commit b527a95c58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,14 @@ setup(
url="https://github.com/meta-llama/llama-stack", url="https://github.com/meta-llama/llama-stack",
packages=find_packages(), packages=find_packages(),
classifiers=[ classifiers=[
'License :: OSI Approved :: MIT License', "License :: OSI Approved :: MIT License",
'Programming Language :: Python :: 3', "Programming Language :: Python :: 3",
'Operating System :: OS Independent', "Operating System :: OS Independent",
'Intended Audience :: Developers', "Intended Audience :: Developers",
'Intended Audience :: Information Technology', "Intended Audience :: Information Technology",
'Intended Audience :: Science/Research', "Intended Audience :: Science/Research",
'Topic :: Scientific/Engineering :: Artificial Intelligence', "Topic :: Scientific/Engineering :: Artificial Intelligence",
'Topic :: Scientific/Engineering :: Information Analysis', "Topic :: Scientific/Engineering :: Information Analysis",
], ],
python_requires=">=3.10", python_requires=">=3.10",
install_requires=read_requirements(), install_requires=read_requirements(),