Skip to content

Commit 5843610

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

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
@@ -38,7 +38,7 @@ def read_reqs(fname):
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"))
4040
dev_reqs = read_reqs('requirements-dev.txt')
41-
binder_reqs = read_reqs(os.path.join('binder', 'requirements.txt'))
41+
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

4444
setup(

0 commit comments

Comments
 (0)