mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 12:47:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.241.0
This commit is contained in:
8
setup.py
8
setup.py
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
||||
|
||||
setuptools.setup(
|
||||
name='plex-api-client',
|
||||
version='0.6.1',
|
||||
version='0.6.2',
|
||||
author='LukeHagar',
|
||||
description='Python Client SDK Generated by Speakeasy',
|
||||
url='https://github.com/LukeHagar/plexpy.git',
|
||||
@@ -44,10 +44,12 @@ setuptools.setup(
|
||||
],
|
||||
extras_require={
|
||||
"dev": [
|
||||
"pylint==2.16.2",
|
||||
"pylint==3.1.0",
|
||||
],
|
||||
},
|
||||
package_dir={'': 'src'},
|
||||
python_requires='>=3.8',
|
||||
package_data={'plex-api-client': ['py.typed']},
|
||||
package_data={
|
||||
'plex-api-client': ['py.typed']
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user