diff --git a/setup.py b/setup.py index a686506..efd9a9d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from pathlib import Path from setuptools import setup -with open(Path(__file__) / 'requirements.txt') as f: +with open(Path(__file__) / '../requirements.txt') as f: install_requires = f.read().strip().split('\n') setup(