Skip to content

Commit

Permalink
README.rst -> README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 11, 2021
1 parent cd7f4eb commit 0c4e9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -44,7 +44,7 @@ include src/output.h
include src/simulationarchive.h
include src/transformations.h
include src/transformations.c
include README.rst
include README.md
include LICENSE
include version.txt
recursive-include rebound/tests *.py
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,7 +17,7 @@
ghash = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode("ascii")
ghash_arg = "-DGITHASH="+ghash.strip()
except:
ghash_arg = "-DGITHASH=9c61dcda5a3d6f5d1697d8f1d8f17d1d0d5a8792" #GITHASHAUTOUPDATE
ghash_arg = "-DGITHASH=cd7f4ebf6bf5379dd506b4796e48b235858ebf0c" #GITHASHAUTOUPDATE

extra_link_args=[]
if sys.platform == 'darwin':
Expand Down Expand Up @@ -59,7 +59,7 @@
)

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

setup(name='rebound',
Expand Down

0 comments on commit 0c4e9ce

Please sign in to comment.