Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jul 15, 2024
1 parent 59ecd14 commit dd49257
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 @@ -10,7 +10,7 @@ def getVersionFromFile():
here = path.abspath(path.dirname(__file__))

def getRequirements():
return open(".docs/requirements.txt").readlines()
return open("docs/requirements.txt").readlines()

with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit dd49257

Please sign in to comment.