Skip to content

Commit

Permalink
use README.rst instead of .md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrose committed Jul 6, 2022
1 parent e9f6a22 commit c3aef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

print(find_packages(exclude=['contrib', 'docs', 'tests']))
Expand Down

0 comments on commit c3aef0a

Please sign in to comment.