Add classifiers in setup.py

This commit is contained in:
Yuan Tang 2024-10-07 22:10:25 -04:00 committed by GitHub
parent 16ba0fa06f
commit 0d5b1b192a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,13 @@ setup(
long_description_content_type="text/markdown",
url="https://github.com/meta-llama/llama-stack",
packages=find_packages(),
classifiers=[],
classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering'
],
python_requires=">=3.10",
install_requires=read_requirements(),
include_package_data=True,