diff --git a/setup.py b/setup.py index a1c0b643..070fd9eb 100644 --- a/setup.py +++ b/setup.py @@ -124,6 +124,9 @@ def run(self): long_description=(Path(__file__).parent / "README.md").read_text( encoding="utf8" ), + long_description_content_type="text/markdown", + maintainer="Iterative", + maintainer_email="support@mlem.ai", author="Mikhail Sveshnikov", author_email="mike0sv@iterative.ai", download_url="https://github.com/iterative/mlem",