Skip to content

Commit 89ef881

Browse files
choldgrafMSeal
andauthored
Update setup.py
Co-Authored-By: Matthew Seal <[email protected]>
1 parent 5843610 commit 89ef881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read_reqs(fname):
3737

3838
long_description = read(os.path.join(os.path.dirname(__file__), "README.md"))
3939
requirements = read(os.path.join(os.path.dirname(__file__), "requirements.txt"))
40-
dev_reqs = read_reqs('requirements-dev.txt')
40+
dev_reqs = read_reqs(os.path.join(os.path.dirname(__file__), 'requirements-dev.txt'))
4141
binder_reqs = read(os.path.join(os.path.dirname(__file__), 'binder', 'requirements.txt'))
4242
extras_require = {"test": dev_reqs, "dev": dev_reqs, "binder": binder_reqs}
4343

0 commit comments

Comments
 (0)