Skip to content

Commit

Permalink
fix settup
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnhfit committed Jun 19, 2022
1 parent a45dc0f commit f3b55ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open('README.md', 'r', encoding="utf8") as f:
readme = f.read()

with open("./requirements.txt", "r", encoding="utf8") as f:
with open("requirements.txt", "r", encoding="utf8") as f:
required = f.read().splitlines()

# package configuration - for reference see:
Expand Down

0 comments on commit f3b55ae

Please sign in to comment.