Skip to content

Commit cbc0fb6

Browse files
committed
- Fixed typo.
Signed-off-by: schlopp96 <[email protected]>
1 parent 74b1ea4 commit cbc0fb6

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
@@ -3,7 +3,7 @@
33
with open('README.md', 'r') as fh:
44
readme = fh.read()
55
with open('requirements.txt', 'r') as fh2:
6-
reqs = fh.read()
6+
reqs = fh2.read()
77

88
setup(
99
name='PyLoadBar',

0 commit comments

Comments
 (0)