mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 12:47:45 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.163.1
This commit is contained in:
6
setup.py
6
setup.py
@@ -9,8 +9,8 @@ except FileNotFoundError:
|
||||
long_description = ""
|
||||
|
||||
setuptools.setup(
|
||||
name="plexpy",
|
||||
version="0.0.2",
|
||||
name="plex-api-client",
|
||||
version="0.1.0",
|
||||
author="LukeHagar",
|
||||
description="Python Client SDK Generated by Speakeasy",
|
||||
long_description=long_description,
|
||||
@@ -37,5 +37,5 @@ setuptools.setup(
|
||||
},
|
||||
package_dir={'': 'src'},
|
||||
python_requires='>=3.8',
|
||||
package_data={"plexpy": ["py.typed"]},
|
||||
package_data={"plex-api-client": ["py.typed"]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user