From 24f3e640e6c8d8e2e46a360827e01bebbd50fcf4 Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Fri, 11 Aug 2017 23:58:08 -0400 Subject: [PATCH] Fix github url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 734aac57..12e97bf9 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( description='Python bindings for the Plex API.', author='Michael Shepanski', author_email='michael.shepanski@gmail.com', - url='https://github.com/pkkid/plexapi', + url='https://github.com/pkkid/python-plexapi', packages=['plexapi'], install_requires=requirements, long_description=readme,