mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +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.',
|
description='Python bindings for the Plex API.',
|
||||||
author='Michael Shepanski',
|
author='Michael Shepanski',
|
||||||
author_email='michael.shepanski@gmail.com',
|
author_email='michael.shepanski@gmail.com',
|
||||||
url='https://github.com/pkkid/plexapi',
|
url='https://github.com/pkkid/python-plexapi',
|
||||||
packages=['plexapi'],
|
packages=['plexapi'],
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
|
|
Loading…
Reference in a new issue