Skip to content

Commit e1dfd8f

Browse files
committed
update setup
1 parent 0d76dc4 commit e1dfd8f

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
@@ -79,7 +79,7 @@ def finalize_options(self):
7979
with open('README.md', encoding='utf-8') as f:
8080
long_description = f.read()
8181

82-
def get_required_packages(fname="requirements.txt"):
82+
def get_required_packages(fname="./requirements.txt"):
8383
with open(fname) as f:
8484
requirements = f.readlines()
8585
requirements = [x.strip() for x in requirements]

0 commit comments

Comments
 (0)