Skip to content

Commit

Permalink
feat: add pypi metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Morset committed Sep 20, 2022
1 parent 50c52f5 commit 15b2650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlflow_mlserver_docker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Keep this in sync with pyproject.toml manually
# Or use this https://github.com/tiangolo/poetry-version-plugin
# after this is resolved: https://github.com/tiangolo/poetry-version-plugin/issues/27
__version__ = "0.3.0"
__version__ = "0.4.0"

load_dotenv()
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[tool.poetry]
name = "mlflow-mlserver-docker"
version = "0.3.0"
version = "0.4.0"
description = "Package mlflow models as mlserver docker images"
authors = ["Martin Morset <[email protected]>"]
packages = [
{ include = "mlflow_mlserver_docker" }
]
include = ["mlflow_mlserver_docker/Dockerfile"]
readme = "README.md"
homepage = "https://github.com/dingobar/mlflow-mlserver-docker"

[tool.poetry.scripts]
mlflow-mlserver-docker = "mlflow_mlserver_docker.cli:app"
Expand Down

0 comments on commit 15b2650

Please sign in to comment.