Skip to content

Commit

Permalink
Add OS classifiers to project's metadata (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed May 26, 2023
1 parent 50c6511 commit 1d4cd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _load_description() -> str:
url="https://github.com/SeldonIO/MLServer.git",
author="Seldon Technologies Ltd.",
author_email="hello@seldon.io",
classifiers=["Operating System :: POSIX", "Operating System :: MacOS"],
description="ML server",
include_package_data=True,
packages=find_packages(exclude=["tests", "tests.*"]),
Expand Down

0 comments on commit 1d4cd8e

Please sign in to comment.