Skip to content

Commit

Permalink
Merge pull request #28 from jshinm/jms-bug-readme
Browse files Browse the repository at this point in the history
Fix README render issue
  • Loading branch information
jshinm authored Jul 9, 2022
2 parents eae08ee + 9c2d133 commit d4a37c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandarize

VERSION = pandarize.__version__
with open('README.rst', 'r') as f:
with open('README.md', 'r') as f:
README = f.read()

setup(
Expand Down

0 comments on commit d4a37c9

Please sign in to comment.