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(),