extended server example
This commit is contained in:
3
setup.py
3
setup.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user