extended server example

This commit is contained in:
Patrick762
2023-04-25 19:45:42 +02:00
parent 4d9d173274
commit dc13848f96
3 changed files with 41 additions and 1 deletions

View File

@@ -2,12 +2,13 @@ from setuptools import setup, find_packages
import codecs
import os
from streamdeckapi.const import VERSION
here = os.path.abspath(os.path.dirname(__file__))
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()
VERSION = '0.0.3'
DESCRIPTION = 'Stream Deck API Library'
# Setting up