From 725c3616c8e4d856c8b54a1786a882dc0a9b0aaa Mon Sep 17 00:00:00 2001 From: bigboy-baby <63435309+bigboy-baby@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:14:10 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4499ab4..d95a026 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r") as f: page_description = f.read() -with open("requirements.txt") as f: +with open("./requirements.txt") as f: requirements = f.read().splitlines() setup(