summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-26 15:40:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-06 12:51:22 -0400
commitdcacaf1f2b1cb71e256dffa58b17b2a56fa52436 (patch)
treebf20e9d4e6c853f7ef9380dcc822ec086a985fd0
parent2a9131d7d2f30a1d7ea2ffa28863693dc929004f (diff)
downloadpython-coveragepy-git-dcacaf1f2b1cb71e256dffa58b17b2a56fa52436.tar.gz
Add Tidelift logo to README.rst
(cherry picked from commit a508264b7c8becad25a5c2dda1a034222658716f)
-rw-r--r--README.rst15
-rw-r--r--doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.pngbin0 -> 7070 bytes
2 files changed, 13 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a44dba88..f13df269 100644
--- a/README.rst
+++ b/README.rst
@@ -18,8 +18,19 @@ 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.
-Professional support for coverage.py is available as part of the `Tidelift
-Subscription`_.
+.. |tideliftlogo| image:: doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
+ :width: 75
+ :alt: Tidelift
+
+.. list-table::
+ :widths: 10 100
+
+ * - |tideliftlogo|
+ - Professional support for coverage.py is available as part of the `Tidelift
+ Subscription`_. Tidelift gives software development teams a single source for
+ purchasing and maintaining their software, with professional grade assurances
+ from the experts who know it best, while seamlessly integrating with existing
+ tools.
.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
diff --git a/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
new file mode 100644
index 00000000..53b9c0fc
--- /dev/null
+++ b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
Binary files differ