diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-20 15:30:09 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-20 15:30:09 -0400 |
commit | 79a1c8d1a33127cac38b392f9d162fecfa3abd10 (patch) | |
tree | 6c755e3147dad199883367f33a4ad243629875aa | |
parent | 713b98f99ead7c56b54d718c367241df2b7b6303 (diff) | |
download | python-coveragepy-git-79a1c8d1a33127cac38b392f9d162fecfa3abd10.tar.gz |
Rename CHANGES.txt to CHANGES.rst so repos will display it well.
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | doc/changes.rst | 4 | ||||
-rw-r--r-- | howto.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 12755661..b61fd0ea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ include __main__.py include AUTHORS.txt -include CHANGES.txt +include CHANGES.rst include LICENSE.txt include NOTICE.txt include README.rst diff --git a/doc/changes.rst b/doc/changes.rst index 20b2bd73..d7ba8193 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -37,9 +37,9 @@ Major change history for coverage.py These are the major changes for coverage.py. For a more complete change -history, see the `CHANGES.txt`_ file in the source tree. +history, see the `CHANGES.rst`_ file in the source tree. -.. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt +.. _CHANGES.rst: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.rst .. module:: coverage @@ -9,7 +9,7 @@ - 3.1a1, 3.1b1, 3.1c1, 3.1 - Python version number in classifiers in setup.py - Copyright date in NOTICE.txt -- Update CHANGES.txt, including release date. +- Update CHANGES.rst, including release date. - Update README.rst, including "New in x.y:" - Update docs - Version, date, and changes in doc/changes.rst |