Skip to content

Commit 3966884

Browse files
committed
2 parents 961ed85 + fb8d9c4 commit 3966884

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ jobs:
4040
env:
4141
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
TIDELIFT_TOKEN: ${{ secrets.TIDELIFT_TOKEN }}

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,15 @@ both number and case insensitivity, use the ``lower()`` method on both strings
539539
(that is, ``plural("time".lower(), "Times".lower())`` returns true).
540540

541541

542+
For Enterprise
543+
==============
544+
545+
Available as part of the Tidelift Subscription.
546+
547+
This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
548+
549+
`Learn more <https://tidelift.com/subscription/pkg/pypi-PROJECT?utm_source=pypi-PROJECT&utm_medium=referral&utm_campaign=github>`_.
550+
542551
Security Contact
543552
================
544553

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h3 class="donation">Professional support</h3>
1+
<h3 class="donation">For Enterprise</h3>
22

33
<p>
44
Professionally-supported {{ project }} is available with the
5-
<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=readme">Tidelift Subscription</a>.
5+
<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=referral">Tidelift Subscription</a>.
66
</p>

0 commit comments

Comments
 (0)