FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge https://github.com/jaraco/tidelift into main · Python-Repository-Hub/setuptools@a2487bb · GitHub

Commit a2487bb

Browse files
committed
2 parents cabb200 + fb8d9c4 commit a2487bb

5 files changed

Lines changed: 28 additions & 8 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: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ Bug reports and especially tested patches may be
3434
submitted directly to the `bug tracker
3535
<https://github.com/pypa/setuptools/issues>`_.
3636

37-
To report a security vulnerability, please use the
38-
`Tidelift security contact <https://tidelift.com/security>`_.
39-
Tidelift will coordinate the fix and disclosure.
37+
38+
Code of Conduct
39+
===============
40+
41+
Everyone interacting in the setuptools project's codebases, issue trackers,
42+
chat rooms, and mailing lists is expected to follow the
43+
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
4044

4145

4246
For Enterprise
@@ -48,9 +52,10 @@ Setuptools and the maintainers of thousands of other packages are working with T
4852

4953
`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
5054

51-
Code of Conduct
52-
===============
5355

54-
Everyone interacting in the setuptools project's codebases, issue trackers,
55-
chat rooms, and mailing lists is expected to follow the
56-
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
56+
Security Contact
57+
================
58+
59+
To report a security vulnerability, please use the
60+
`Tidelift security contact <https://tidelift.com/security>`_.
61+
Tidelift will coordinate the fix and disclosure.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h3 class="donation">For Enterprise</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=referral">Tidelift Subscription</a>.
6+
</p>

‎docs/conf.py‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,8 @@
104104
# Ref: https://github.com/python-attrs/attrs/pull/571/files\
105105
# #diff-85987f48f1258d9ee486e3191495582dR82
106106
default_role = 'any'
107+
108+
# Custom sidebar templates, maps document names to template names.
109+
html_theme = 'alabaster'
110+
templates_path = ['_templates']
111+
html_sidebars = {'index': ['tidelift-sidebar.html']}

‎tox.ini‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ deps =
5858
twine[keyring]>=1.13
5959
path
6060
jaraco.develop>=7.1
61+
jaraco.tidelift
6162
passenv =
6263
TWINE_PASSWORD
6364
GITHUB_TOKEN
65+
TIDELIFT_TOKEN
6466
setenv =
6567
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
6668
commands =
@@ -69,6 +71,7 @@ commands =
6971
python -m pep517.build .
7072
python -m twine upload dist/*
7173
python -m jaraco.develop.create-github-release
74+
python -m jaraco.tidelift.publish-release-notes
7275

7376
[helpers]
7477
# Custom pip behavior

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL