Skip to content

Commit 1731099

Browse files
committed
README is Markdown not reStructuredText
1 parent 7bcb2e5 commit 1731099

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
break
2525
else:
2626
raise Exception("Version not found in " + version_file)
27-
with open('README.rst') as f:
27+
with open('README.md') as f:
2828
long_description = f.read()
2929

3030

@@ -47,6 +47,7 @@ def main():
4747
author_email="james@jamestaylor.org",
4848
description="Tools for manipulating biological data, particularly multiple sequence alignments",
4949
long_description=long_description,
50+
long_description_content_type='text/markdown',
5051
url="https://github.com/bxlab/bx-python",
5152
project_urls={
5253
"Bug Tracker": "https://github.com/bxlab/bx-python/issues",

0 commit comments

Comments
 (0)