fixed pip install error

This commit is contained in:
Patrick762
2023-05-22 19:36:35 +02:00
parent 5ab848f2d5
commit 06296413a5
3 changed files with 2 additions and 5 deletions

View File

@@ -2,13 +2,12 @@ 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