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"
15
15
[project ]
16
16
name = " vllm"
17
17
authors = [{name = " vLLM Team" }]
18
- license = { "file" = " LICENSE" }
18
+ license = " Apache-2.0"
19
+ license-files = [" LICENSE" ]
19
20
readme = " README.md"
20
21
description = " A high-throughput and memory-efficient inference and serving engine for LLMs"
21
22
classifiers = [
22
23
" Programming Language :: Python :: 3.9" ,
23
24
" Programming Language :: Python :: 3.10" ,
24
25
" Programming Language :: Python :: 3.11" ,
25
26
" Programming Language :: Python :: 3.12" ,
26
- " License :: OSI Approved :: Apache Software License" ,
27
27
" Intended Audience :: Developers" ,
28
28
" Intended Audience :: Information Technology" ,
29
29
" Intended Audience :: Science/Research" ,
You can’t perform that action at this time.
0 commit comments