Skip to content

Commit

Permalink
updated setup.py to use rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleanor Smith committed Oct 19, 2020
1 parent e4f336b commit 28ffbc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#
# Use markdown format read me file as GitHub will render it automatically
# on package page
with open("README.md") as readme_file:
_long_description = readme_file.read()
_long_description = open(os.path.join(here, "README.rst")).read()


requirements = [line.strip() for line in open("requirements.txt")]
Expand Down

0 comments on commit 28ffbc7

Please sign in to comment.