Skip to content

Commit

Permalink
corrected filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic committed Oct 3, 2023
1 parent 186a451 commit b151812
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 @@ -18,7 +18,7 @@
'Cannot find __version__ in {}'.format(init_file))


with open(os.path.join(base_path, 'README.rst'), encoding='utf-8') as f:
with open(os.path.join(base_path, 'readme.rst'), encoding='utf-8') as f:
long_description = f.read()


Expand Down

0 comments on commit b151812

Please sign in to comment.