From a508264b7c8becad25a5c2dda1a034222658716f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 26 Sep 2018 15:40:31 -0400 Subject: Add Tidelift logo to README.rst --- README.rst | 15 +++++++++++++-- ...elift_Logos_RGB_Tidelift_Shorthand_On-White_small.png | Bin 0 -> 7070 bytes 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png 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 Binary files /dev/null and b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png differ -- cgit v1.2.1