summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-26 15:40:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-26 16:14:09 -0400
commita508264b7c8becad25a5c2dda1a034222658716f (patch)
treec3707ef0274a20c11e05e2c2a44da7e074e2a55d
parent35cdc0436065fac573de48bd6941a9fffb257276 (diff)
downloadpython-coveragepy-git-a508264b7c8becad25a5c2dda1a034222658716f.tar.gz
Add Tidelift logo to README.rst
-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 b5a21d27..c0df1d18 100644
--- a/README.rst
+++ b/README.rst
@@ -16,8 +16,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