Skip to content

Commit

Permalink
README is Markdown not reStructuredText
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jun 18, 2020
1 parent 7bcb2e5 commit 1731099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
break
else:
raise Exception("Version not found in " + version_file)
with open('README.rst') as f:
with open('README.md') as f:
long_description = f.read()


Expand All @@ -47,6 +47,7 @@ def main():
author_email="[email protected]",
description="Tools for manipulating biological data, particularly multiple sequence alignments",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/bxlab/bx-python",
project_urls={
"Bug Tracker": "https://github.com/bxlab/bx-python/issues",
Expand Down

0 comments on commit 1731099

Please sign in to comment.