diff --git a/setup.py b/setup.py index 6f2435a..00392e6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def _read_reqs(relpath): _SCRAPEMED_REQS = _read_reqs("requirements.txt") _DEPENDENCY_LINKS = [l for l in _SCRAPEMED_REQS if "://" in l] _INSTALL_REQUIRES = [l for l in _SCRAPEMED_REQS if "://" not in l] -_TEST_REQS = _read_reqs(os.path.join("scrapemed", "tests", "requirements.txt")) +_TEST_REQS = _read_reqs("requirements.txt") setup( name='scrapemed',