Skip to content

Commit a4f29e6

Browse files
dimaglushkovfspv
andauthored
Update setup.py
Co-authored-by: Pavel Safronov <pv.safronov@gmail.com>
1 parent 0877932 commit a4f29e6

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
@@ -27,7 +27,7 @@
2727
# http://pypi.python.org/pypi/setuptools
2828

2929
with open("requirements.txt") as requirements:
30-
REQUIRES = [req.replace('\n', '') for req in requirements.readlines()]
30+
REQUIRES = [req.replace("\n", "") for req in requirements.readlines()]
3131

3232
setup(
3333
name=NAME,

0 commit comments

Comments
 (0)