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(