From 58f1f63c6d5aa526a4da2d171623b9b687e13050 Mon Sep 17 00:00:00 2001 From: Bot <> Date: Fri, 31 Jan 2025 16:00:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7010924ad..364b6ffa9 100755 --- a/setup.py +++ b/setup.py @@ -104,8 +104,8 @@ def path(path: str | PathLike[str]) -> Path: # -install_requires=path("pip-requirements.txt").read_text("UTF-8").split("\n") -long_description=path("README.md").read_text("UTF-8") +install_requires = path("pip-requirements.txt").read_text("UTF-8").split("\n") +long_description = path("README.md").read_text("UTF-8") setup( author="Das Asoziale Netzwerk",