Skip to content

Commit a81f46c

Browse files
authored
small changes to setup.py
1 parent 592e6bb commit a81f46c

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
@@ -11,7 +11,7 @@
1111
with open(path.join(here, "README.md"), encoding="utf-8") as f:
1212
long_description = f.read()
1313

14-
with open('requirements.txt') as f:
14+
with open(path.join(here,"requirements.txt") as f:
1515
requirements = f.read().splitlines()
1616

1717
setup(

0 commit comments

Comments
 (0)