Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jellis18 committed Mar 17, 2021
1 parent 61f29c0 commit 5310d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
zip_safe=False,
description="Parallel tempering MCMC sampler written in Python",
long_description=open("README.md").read() + "\n\n" + "---------\n\n" + open("HISTORY.md").read(),
long_description_content_type="text/markdown",
package_data={"": ["README.md", "HISTORY.md"]},
install_requires=["numpy>=1.16.3", "scipy>=1.2.0"],
python_requires=">=3.6",
Expand Down

0 comments on commit 5310d19

Please sign in to comment.