mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-24 20:53:09 +00:00
Fix github url
This commit is contained in:
parent
dff170643d
commit
24f3e640e6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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,
|
||||
|
|
Loading…
Reference in a new issue