mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
SDK update generated by liblab
This commit is contained in:
9
src/plexsdk/setup.py
Normal file
9
src/plexsdk/setup.py
Normal 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(),
|
||||
)
|
||||
Reference in New Issue
Block a user