Skip to content

Commit

Permalink
changed README back to .md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Torge Schindler committed Apr 26, 2021
1 parent ffed882 commit 3998f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

here = pathlib.Path(__file__).parent.resolve()
# Get the long description from the README file
long_description = (here / 'README.rst').read_text(encoding='utf-8')
long_description = (here / 'README.md').read_text(encoding='utf-8')


try: # Python 3.x
Expand All @@ -17,7 +17,7 @@
version='0.2b0',
description='Interactive modeling of (electromagnetic) astronomical spectra',
long_description=long_description,
long_description_content_type='text/x-rst',
long_description_content_type='text/markdown',
author='Jan-Torge Schindler',
author_email='schindler@mpia.de',
license='BSD-3',
Expand Down

0 comments on commit 3998f94

Please sign in to comment.