Skip to content

Commit

Permalink
Add classifiers in setup.py (vllm-project#9171)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Oct 9, 2024
1 parent 2f4117c commit ffc4b27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,11 @@ def _read_requirements(filename: str) -> List[str]:
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
],
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
"tests*")),
Expand Down

0 comments on commit ffc4b27

Please # to comment.