diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 17:57:49 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 17:57:49 -0400 |
| commit | a0bef260f30021468bc5523fe3460fbee9cd883f (patch) | |
| tree | 55715b824529e48bbe57a32c12687322add469f5 /README.txt | |
| parent | 9ae3b9bf614b5cc3263ffc3120229a61bc4bf954 (diff) | |
| download | python-coveragepy-git-a0bef260f30021468bc5523fe3460fbee9cd883f.tar.gz | |
Use README.rst instead of README.txt
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/README.txt b/README.txt deleted file mode 100644 index 6b35f348..00000000 --- a/README.txt +++ /dev/null @@ -1,12 +0,0 @@ -Coverage.py: code coverage testing for Python - -Coverage.py measures code coverage, typically during test execution. It uses -the code analysis tools and tracing hooks provided in the Python standard -library to determine which lines are executable, and which have been executed. - -For more information, see http://nedbatchelder.com/code/coverage - -Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy - -Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt |
