| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,3 +40,4 @@ jobs: | |||
| 40 | 40 | env: | |
| 41 | 41 | TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} | |
| 42 | 42 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 43 | + TIDELIFT_TOKEN: ${{ secrets.TIDELIFT_TOKEN }} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,9 +34,13 @@ Bug reports and especially tested patches may be | |||
| 34 | 34 | submitted directly to the `bug tracker | |
| 35 | 35 | <https://github.com/pypa/setuptools/issues>`_. | |
| 36 | 36 | ||
| 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>`_. | ||
| 40 | 44 | ||
| 41 | 45 | ||
| 42 | 46 | For Enterprise | |
@@ -48,9 +52,10 @@ Setuptools and the maintainers of thousands of other packages are working with T | |||
| 48 | 52 | ||
| 49 | 53 | `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. | |
| 50 | 54 | ||
| 51 | - Code of Conduct | ||
| 52 | - =============== | ||
| 53 | 55 | ||
| 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. | ||
| Original file line number | Diff line number | Diff 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> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -104,3 +104,8 @@ | |||
| 104 | 104 | # Ref: https://github.com/python-attrs/attrs/pull/571/files\ | |
| 105 | 105 | # #diff-85987f48f1258d9ee486e3191495582dR82 | |
| 106 | 106 | 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']} | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,9 +58,11 @@ deps = | |||
| 58 | 58 | twine[keyring]>=1.13 | |
| 59 | 59 | path | |
| 60 | 60 | jaraco.develop>=7.1 | |
| 61 | + jaraco.tidelift | ||
| 61 | 62 | passenv = | |
| 62 | 63 | TWINE_PASSWORD | |
| 63 | 64 | GITHUB_TOKEN | |
| 65 | + TIDELIFT_TOKEN | ||
| 64 | 66 | setenv = | |
| 65 | 67 | TWINE_USERNAME = {env:TWINE_USERNAME:__token__} | |
| 66 | 68 | commands = | |
@@ -69,6 +71,7 @@ commands = | |||
| 69 | 71 | python -m pep517.build . | |
| 70 | 72 | python -m twine upload dist/* | |
| 71 | 73 | python -m jaraco.develop.create-github-release | |
| 74 | + python -m jaraco.tidelift.publish-release-notes | ||
| 72 | 75 | ||
| 73 | 76 | [helpers] | |
| 74 | 77 | # Custom pip behavior | |
| Back | FazBrowse Home | New Git URL |
0 commit comments