summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-19 14:18:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-19 14:18:29 -0400
commita8fc8ddc5c22b9830a6209afc5c91847ccc171ac (patch)
tree3cb8a3438e0c731cfc2d424d4fc005d254d53e46
parent592d891f99371664387e319eb45c3d28ba485afc (diff)
parent842eb1423ba76dadbf568f9b0abf04a233711529 (diff)
downloadpytest-runner-a8fc8ddc5c22b9830a6209afc5c91847ccc171ac.tar.gz
Merge https://github.com/jaraco/tidelift
-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