Skip to content

Commit db5914a

Browse files
committed
fixing read install func
1 parent 89ef881 commit db5914a

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(os.path.join(os.path.dirname(__file__), 'requirements-dev.txt'))
41-
binder_reqs = read(os.path.join(os.path.dirname(__file__), 'binder', 'requirements.txt'))
41+
binder_reqs = read_reqs(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)