Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 0880a98

Browse files
committed
2 parents d760dfb + 1c187ad commit 0880a98

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tidelift: pypi/pytest-runner

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
.. .. image:: https://readthedocs.org/projects/pytest-runner/badge/?version=latest
1717
.. :target: https://pytest-runner.readthedocs.io/en/latest/?badge=latest
1818
19+
.. image:: https://tidelift.com/badges/package/pypi/pytest-runner
20+
:target: https://tidelift.com/subscription/pkg/pypi-pytest-runner?utm_source=pypi-pytest-runner&utm_medium=readme
21+
1922
Setup scripts can use pytest-runner to add setup.py test support for pytest
2023
runner.
2124

@@ -129,3 +132,10 @@ is invoked::
129132
#... (other setup requirements)
130133
] + pytest_runner,
131134
)
135+
136+
Security Contact
137+
================
138+
139+
To report a security vulnerability, please use the
140+
`Tidelift security contact <https://tidelift.com/security>`_.
141+
Tidelift will coordinate the fix and disclosure.

docs/_templates/tidelift-sidebar.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h3 class="donation">Professional support</h3>
2+
3+
<p>
4+
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>.
6+
</p>

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
],
2929
)
3030
}
31+
32+
# Custom sidebar templates, maps document names to template names.
33+
html_theme = 'alabaster'
34+
templates_path = ['_templates']
35+
html_sidebars = {'index': ['tidelift-sidebar.html']}

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ deps =
3232
pep517>=0.5
3333
twine>=1.13
3434
path.py
35+
jaraco.tidelift
3536
passenv =
3637
TWINE_PASSWORD
38+
TIDELIFT_TOKEN
3739
setenv =
3840
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
3941
commands =
4042
python -c "import path; path.Path('dist').rmtree_p()"
4143
python -m pep517.build .
4244
python -m twine upload dist/*
45+
python -m jaraco.tidelift.publish-release-notes

0 commit comments

Comments
 (0)