Skip to content

Commit

Permalink
Change references to README.
Browse files Browse the repository at this point in the history
In the last commit, I forgot to change references to the README file in
`MANIFEST.in` and `setup.py`.
  • Loading branch information
lucasmaystre committed Jan 15, 2018
1 parent 4bd938a commit f6dedc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.md
include README.rst
include LICENSE
graft notebooks
prune notebooks/.ipynb_checkpoints
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def readme():
with open(path.join(HERE, 'README.md')) as f:
with open(path.join(HERE, 'README.rst')) as f:
return f.read()


Expand Down

0 comments on commit f6dedc2

Please sign in to comment.