Skip to content

Commit

Permalink
Add classifiers in setup.py (vllm-project#9171)
Browse files Browse the repository at this point in the history
Signed-off-by: Sumit Dubey <[email protected]>
  • Loading branch information
terrytangyuan authored and sumitd2 committed Nov 14, 2024
1 parent 828e62e commit a4ae52c
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 a4ae52c

Please sign in to comment.