Skip to content

Commit 985376c

Browse files
committed
Fix variable name in setup file.
1 parent 9c66d4c commit 985376c

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
@@ -22,7 +22,7 @@
2222
with open('requirements.txt') as f:
2323
ll = f.readline()[:-1]
2424
while ll:
25-
REQUIRES.append(l)
25+
REQUIRES.append(ll)
2626
ll = f.readline()[:-1]
2727

2828
PACKAGES = find_packages()

0 commit comments

Comments
 (0)