diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-20 10:45:12 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-20 10:45:12 +0100 |
commit | ec2eb68f8f9bcad56133b59d4c7e584b7db0f646 (patch) | |
tree | e29f36559f1e9030d4255fd273696ad2734671d1 /README.rst | |
parent | 83d2536a3a38f6f6123bd7e10aabd7eb0e716ba9 (diff) | |
download | pylint-git-ec2eb68f8f9bcad56133b59d4c7e584b7db0f646.tar.gz |
Add Tidelift information
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 95a08bced..44b58311b 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,24 @@ README for Pylint - http://pylint.pycqa.org/ .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black +.. |tideliftlogo| image:: doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png + :width: 75 + :height: 60 + :alt: Tidelift + +.. list-table:: + :widths: 10 100 + + * - |tideliftlogo| + - Professional support for pylint 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-pylint?utm_source=pypi-pylint&utm_medium=referral&utm_campaign=readme + + ====== Pylint ====== @@ -65,7 +83,7 @@ If you want to install from a source distribution, extract the tarball and run the following command :: python setup.py install - + Do make sure to do the same for astroid, which is used internally by pylint. @@ -113,5 +131,3 @@ The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org - `doc/logo.png <doc/logo.png>`_ - `doc/logo.svg <doc/logo.svg>`_ - - |