From 070e2205020d5165d9ba8f731e4a9b2b2067790f Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:51:23 -0700 Subject: [PATCH] Point flyteidl repo to its new place (#4279) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- flyteidl/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flyteidl/setup.py b/flyteidl/setup.py index 343006932f..b82355362e 100644 --- a/flyteidl/setup.py +++ b/flyteidl/setup.py @@ -6,7 +6,9 @@ name='flyteidl', version=__version__, description='IDL for Flyte Platform', - url='https://www.github.com/flyteorg/flyteidl', + url='https://github.com/flyteorg/flyte/tree/master/flyteidl', + long_description=open("README.md", encoding="utf-8").read(), + long_description_content_type="text/markdown", maintainer='FlyteOrg', maintainer_email='admin@flyte.org', packages=find_packages('gen/pb_python'),