diff options
-rw-r--r-- | CHANGES.rst | 3 | ||||
-rw-r--r-- | CONTRIBUTORS.txt (renamed from AUTHORS.txt) | 0 | ||||
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | doc/faq.rst | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index ee9dd807..666df24c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -73,6 +73,9 @@ Unreleased - Switched to pytest from nose for running the coverage.py tests. +- Renamed AUTHORS.txt to CONTRIBUTORS.txt, since there are other ways to + contribute than by writing code. + .. _issue 265: https://bitbucket.org/ned/coveragepy/issues/265/when-using-source-include-is-silently .. _issue 412: https://bitbucket.org/ned/coveragepy/issues/412/coverage-combine-should-error-if-no .. _issue 505: https://bitbucket.org/ned/coveragepy/issues/505/use-canonical-filename-for-debounce diff --git a/AUTHORS.txt b/CONTRIBUTORS.txt index 36db14bb..36db14bb 100644 --- a/AUTHORS.txt +++ b/CONTRIBUTORS.txt diff --git a/MANIFEST.in b/MANIFEST.in index 31e2230c..5d6f63b1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ # MANIFEST.in file for coverage.py -include AUTHORS.txt +include CONTRIBUTING.txt include CHANGES.rst include LICENSE.txt include MANIFEST.in diff --git a/doc/faq.rst b/doc/faq.rst index 6609ab32..c0c6759a 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -123,4 +123,4 @@ Since 2004, `Ned Batchelder`_ has extended and maintained it with the help of .. _Gareth Rees: http://garethrees.org/ .. _Ned Batchelder: http://nedbatchelder.com -.. _many others: http://bitbucket.org/ned/coveragepy/src/tip/AUTHORS.txt +.. _many others: http://bitbucket.org/ned/coveragepy/src/tip/CONTRIBUTORS.txt |