SDK update generated by liblab

This commit is contained in:
Luke Hagar
2023-10-26 21:45:48 -05:00
parent 9a250ff514
commit ce4441cfc5
101 changed files with 13165 additions and 1 deletions

9
src/plexsdk/setup.py Normal file
View File

@@ -0,0 +1,9 @@
import setuptools
setuptools.setup(
name="PlexSDK",
version="0.0.1",
description="""An Open API Spec for interacting with Plex.tv and Plex Servers""",
license="MIT",
packages=setuptools.find_packages(),
)