mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Update setup.py
This commit is contained in:
parent
6e7868c18c
commit
b527a95c58
1 changed files with 8 additions and 8 deletions
16
setup.py
16
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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue