Skip to content

Commit

Permalink
DOC: rename README.txt to .rst for better rendering on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
metakermit committed May 2, 2013
1 parent ffefda1 commit 9f740b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Currently SciPy consists of the following files and directories:
THANKS.txt
SciPy developers and contributors. Please keep it up to date!!

README.txt
README.rst
SciPy structure (this document).

setup.py
Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,5 @@ def write_log():

@task
def write_release_and_log():
write_release_task(os.path.join(options.installers.releasedir, 'README.txt'))
write_release_task(os.path.join(options.installers.releasedir, 'README.rst'))
write_log_task(os.path.join(options.installers.releasedir, 'Changelog'))

0 comments on commit 9f740b9

Please sign in to comment.