summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-17 13:50:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-17 13:50:29 -0500
commit2e842bb15920616aca9261c93ad834d0a843e5bc (patch)
treec6813d84c3031d94daf497fdf5dc312f9f35369c
parent2ccdbbd9c205ca33757b9210e0168603088333a5 (diff)
downloadpython-coveragepy-2e842bb15920616aca9261c93ad834d0a843e5bc.tar.gz
Rename AUTHORS.txt to CONTRIBUTORS.txt
-rw-r--r--CHANGES.rst3
-rw-r--r--CONTRIBUTORS.txt (renamed from AUTHORS.txt)0
-rw-r--r--MANIFEST.in2
-rw-r--r--doc/faq.rst2
4 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ee9dd80..666df24 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 36db14b..36db14b 100644
--- a/AUTHORS.txt
+++ b/CONTRIBUTORS.txt
diff --git a/MANIFEST.in b/MANIFEST.in
index 31e2230..5d6f63b 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 6609ab3..c0c6759 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