Skip to content

Commit

Permalink
update setup.py to read README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdelc committed Jan 31, 2025
1 parent db6fb89 commit 794e2ea
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 @@

import setuptools

with io.open('README.rst', encoding='utf-8') as readme:
with io.open('README.md', encoding='utf-8') as readme:
long_description = readme.read()

PY2 = sys.version_info[0] < 3
Expand Down

0 comments on commit 794e2ea

Please sign in to comment.