summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst9
-rw-r--r--docs/_templates/tidelift-sidebar.html4
-rw-r--r--tox.ini2
3 files changed, 11 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index b8740bb..b964e5a 100644
--- a/README.rst
+++ b/README.rst
@@ -137,6 +137,15 @@ is invoked::
] + pytest_runner,
)
+For Enterprise
+==============
+
+Available as part of the Tidelift Subscription.
+
+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.
+
+`Learn more <https://tidelift.com/subscription/pkg/pypi-PROJECT?utm_source=pypi-PROJECT&utm_medium=referral&utm_campaign=github>`_.
+
Security Contact
================
diff --git a/docs/_templates/tidelift-sidebar.html b/docs/_templates/tidelift-sidebar.html
index c89c0f0..ce48f46 100644
--- a/docs/_templates/tidelift-sidebar.html
+++ b/docs/_templates/tidelift-sidebar.html
@@ -1,6 +1,6 @@
-<h3 class="donation">Professional support</h3>
+<h3 class="donation">For Enterprise</h3>
<p>
Professionally-supported {{ project }} is available with the
-<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=readme">Tidelift Subscription</a>.
+<a href="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=referral">Tidelift Subscription</a>.
</p>
diff --git a/tox.ini b/tox.ini
index 997e269..6984890 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,6 @@ deps =
passenv =
TWINE_PASSWORD
GITHUB_TOKEN
- TIDELIFT_TOKEN
setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
@@ -39,4 +38,3 @@ commands =
python -m build
python -m twine upload dist/*
python -m jaraco.develop.create-github-release
- python -m jaraco.tidelift.publish-release-notes