From d1280a7cbf82575764c8f56b4b1f62e55b51e36a Mon Sep 17 00:00:00 2001 From: Phil Cluff Date: Mon, 22 Jul 2019 15:18:52 -0700 Subject: [PATCH] Prepare for release --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 388b415..6e5f89f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ version=VERSION, description="Official Mux API wrapper for python projects 🐍.", author_email="sdks@mux.com", - url="", + url="https://github.com/muxinc/mux-python", + download_url="https://github.com/muxinc/mux-python/archive/1.2.2.tar.gz", keywords=["Mux Video", "Video", "Live Stream", "VOD", "Streaming"], install_requires=REQUIRES, packages=find_packages(),