forked from phoenix-oss/llama-stack-mirror
Add classifiers in setup.py (#217)
* Add classifiers in setup.py * Update setup.py * Update setup.py
This commit is contained in:
parent
4d5f7459aa
commit
48d0d2001e
1 changed files with 10 additions and 1 deletions
11
setup.py
11
setup.py
|
@ -30,7 +30,16 @@ setup(
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
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",
|
||||||
|
"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",
|
python_requires=">=3.10",
|
||||||
install_requires=read_requirements(),
|
install_requires=read_requirements(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue