Skip to content

Commit

Permalink
README.rst -> md
Browse files Browse the repository at this point in the history
  • Loading branch information
François Leblanc committed Aug 18, 2018
1 parent bed64e4 commit a7e93c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ target/

# Vim nonsense
*.swp
*.swo

# Don't store developper notes
notes.md

# Stupid macOS
.DS_Store

# Jupyter Notebooks
.ipynb_checkpoints
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# Import the README and use it as the long-description.
# Note: this will only work if 'README.rst' is present in your MANIFEST.in file
with io.open(os.path.join(HERE, 'README.rst'), encoding='utf-8') as f:
with io.open(os.path.join(HERE, 'README.md'), encoding='utf-8') as f:
long_description = '\n' + f.read()

# Load the package's __version__.py module as a dictionary.
Expand Down

0 comments on commit a7e93c9

Please sign in to comment.