File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ build-backend = "setuptools.build_meta"
1515[project ]
1616name = " vllm"
1717authors = [{name = " vLLM Team" }]
18- license = { "file" = " LICENSE" }
18+ license = " Apache-2.0"
19+ license-files = [" LICENSE" ]
1920readme = " README.md"
2021description = " A high-throughput and memory-efficient inference and serving engine for LLMs"
2122classifiers = [
2223 " Programming Language :: Python :: 3.9" ,
2324 " Programming Language :: Python :: 3.10" ,
2425 " Programming Language :: Python :: 3.11" ,
2526 " Programming Language :: Python :: 3.12" ,
26- " License :: OSI Approved :: Apache Software License" ,
2727 " Intended Audience :: Developers" ,
2828 " Intended Audience :: Information Technology" ,
2929 " Intended Audience :: Science/Research" ,
You can’t perform that action at this time.
0 commit comments