Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
a2487bbc
Commit
a2487bbc
authored
Dec 20, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Plain Diff
Merge
https://github.com/jaraco/tidelift
into main
parents
cabb200e
fb8d9c43
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
8 deletions
+28
-8
.github/workflows/main.yml
.github/workflows/main.yml
+1
-0
README.rst
README.rst
+13
-8
docs/_templates/tidelift-sidebar.html
docs/_templates/tidelift-sidebar.html
+6
-0
docs/conf.py
docs/conf.py
+5
-0
tox.ini
tox.ini
+3
-0
No files found.
.github/workflows/main.yml
View file @
a2487bbc
...
...
@@ -40,3 +40,4 @@ jobs:
env
:
TWINE_PASSWORD
:
${{ secrets.PYPI_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
TIDELIFT_TOKEN
:
${{ secrets.TIDELIFT_TOKEN }}
README.rst
View file @
a2487bbc
...
...
@@ -34,9 +34,13 @@ Bug reports and especially tested patches may be
submitted directly to the `bug tracker
<https://github.com/pypa/setuptools/issues>`_.
To report a security vulnerability, please use the
`Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.
Code of Conduct
===============
Everyone interacting in the setuptools project's codebases, issue trackers,
chat rooms, and mailing lists is expected to follow the
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
For Enterprise
...
...
@@ -48,9 +52,10 @@ Setuptools and the maintainers of thousands of other packages are working with T
`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
Code of Conduct
===============
Everyone interacting in the setuptools project's codebases, issue trackers,
chat rooms, and mailing lists is expected to follow the
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
Security Contact
================
To report a security vulnerability, please use the
`Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.
docs/_templates/tidelift-sidebar.html
0 → 100644
View file @
a2487bbc
<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=referral"
>
Tidelift Subscription
</a>
.
</p>
docs/conf.py
View file @
a2487bbc
...
...
@@ -104,3 +104,8 @@ nitpicky = True
# Ref: https://github.com/python-attrs/attrs/pull/571/files
\
# #diff-85987f48f1258d9ee486e3191495582dR82
default_role = '
any
'
# Custom sidebar templates, maps document names to template names.
html_theme = '
alabaster
'
templates_path = ['
_templates
']
html_sidebars = {'
index
': ['
tidelift
-
sidebar
.
html
']}
tox.ini
View file @
a2487bbc
...
...
@@ -58,9 +58,11 @@ deps =
twine
[keyring]
>=1.13
path
jaraco.develop>=7.1
jaraco.tidelift
passenv
=
TWINE_PASSWORD
GITHUB_TOKEN
TIDELIFT_TOKEN
setenv
=
TWINE_USERNAME
=
{env:TWINE_USERNAME:__token__}
commands
=
...
...
@@ -69,6 +71,7 @@ commands =
python
-m
pep517.build
.
python
-m
twine
upload
dist/*
python
-m
jaraco.develop.create-github-release
python
-m
jaraco.tidelift.publish-release-notes
[helpers]
# Custom pip behavior
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment