Skip to content

Commit

Permalink
🎨 add python version
Browse files Browse the repository at this point in the history
(seems like it's required to add project.scripts)

Signed-off-by: Prashant Gupta <prashantgupta@us.ibm.com>
  • Loading branch information
prashantgupta24 committed Apr 16, 2024
1 parent 18a6243 commit 178d0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "vllm"
version = "1.2.3"
requires-python = ">= 3.8"

[project.scripts]
vllm = 'vllm.cli:app'
Expand Down

0 comments on commit 178d0e7

Please sign in to comment.