mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
10 lines
226 B
Python
10 lines
226 B
Python
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(),
|
|
)
|