Skip to content

Commit 7e315e5

Browse files
author
soufiane.bengadi
committed
Merge remote-tracking branch 'origin/master'
2 parents 0afe214 + d7e5533 commit 7e315e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
with open('requirements.txt') as requirements:
3+
with open('./requirements.txt') as requirements:
44
required = requirements.read().splitlines()
55

66
setup(

0 commit comments

Comments
 (0)