summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-20 15:30:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-20 15:30:09 -0400
commit3a7a5718e9f8357a2f68e3a07c06da9769ef2462 (patch)
tree902baeb65d4670ea905832df27a450a9cf31cfa1
parentdaf0d4dc2ae18ebbe54519574a55dd24ed30a47b (diff)
downloadpython-coveragepy-3a7a5718e9f8357a2f68e3a07c06da9769ef2462.tar.gz
Rename CHANGES.txt to CHANGES.rst so repos will display it well.
-rw-r--r--MANIFEST.in2
-rw-r--r--doc/changes.rst4
-rw-r--r--howto.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1275566..b61fd0e 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 20b2bd7..d7ba819 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
diff --git a/howto.txt b/howto.txt
index efb74d4..2e45e7e 100644
--- a/howto.txt
+++ b/howto.txt
@@ -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