From c69f964a3acf0f650573e18b6e0e62f94682c4e7 Mon Sep 17 00:00:00 2001 From: Phil Cluff Date: Mon, 22 Jul 2019 14:02:28 -0700 Subject: [PATCH] Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f09f814..388b415 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ name=NAME, version=VERSION, description="Official Mux API wrapper for python projects 🐍.", - author_email="sdks@mux.com}", + author_email="sdks@mux.com", url="", keywords=["Mux Video", "Video", "Live Stream", "VOD", "Streaming"], install_requires=REQUIRES,