Skip to content

Commit 5f8e2dd

Browse files
Update setup.py
1 parent a76cb30 commit 5f8e2dd

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
@@ -4,7 +4,7 @@
44
root = Path(__file__).parent
55
with open(root / "README.md", "r") as f:
66
long_description = f.read()
7-
with open(root / "requirements-minimal.txt") as f:
7+
with open(root / "requirements.txt") as f:
88
install_requires = f.readlines()
99
setup(
1010
name="nwbinspector",

0 commit comments

Comments
 (0)