ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.241.0

This commit is contained in:
speakeasybot
2024-04-06 01:11:52 +00:00
parent 63685ae322
commit 98112f9e28
21 changed files with 56 additions and 30 deletions

View File

@@ -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']
},
)