Skip to content

Commit 51daa0b

Browse files
authored
fixed typo
1 parent a81f46c commit 51daa0b

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
@@ -11,7 +11,7 @@
1111
with open(path.join(here, "README.md"), encoding="utf-8") as f:
1212
long_description = f.read()
1313

14-
with open(path.join(here,"requirements.txt") as f:
14+
with open(path.join(here,"requirements.txt")) as f:
1515
requirements = f.read().splitlines()
1616

1717
setup(

0 commit comments

Comments
 (0)