Skip to content

Commit

Permalink
renamed README to README.rst
Browse files Browse the repository at this point in the history
--HG--
rename : README => README.rst
  • Loading branch information
Stefan Behnel committed Aug 21, 2011
1 parent d278a3f commit 2a518e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

manifest = open(os.path.join(root_dir, 'MANIFEST.in'), 'w')
manifest.write("""
include setup.py MANIFEST.in README LICENSE ChangeLog
include setup.py MANIFEST.in README.rst LICENSE ChangeLog
exclude html/*
include html/*.png html/*.css html/MathDOM.html
recursive-include test *.py
Expand Down

0 comments on commit 2a518e4

Please sign in to comment.