We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcb2e5 commit 1731099Copy full SHA for 1731099
1 file changed
setup.py
@@ -24,7 +24,7 @@
24
break
25
else:
26
raise Exception("Version not found in " + version_file)
27
-with open('README.rst') as f:
+with open('README.md') as f:
28
long_description = f.read()
29
30
@@ -47,6 +47,7 @@ def main():
47
author_email="james@jamestaylor.org",
48
description="Tools for manipulating biological data, particularly multiple sequence alignments",
49
long_description=long_description,
50
+ long_description_content_type='text/markdown',
51
url="https://github.com/bxlab/bx-python",
52
project_urls={
53
"Bug Tracker": "https://github.com/bxlab/bx-python/issues",
0 commit comments