Skip to content

Commit babc3d0

Browse files
committed
2 parents 99f5d8f + 918a415 commit babc3d0

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

.github/FUNDING.yml

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

README.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
.. image:: https://img.shields.io/badge/skeleton-2022-informational
2121
:target: https://blog.jaraco.com/skeleton
2222

23+
.. image:: https://tidelift.com/badges/package/pypi/importlib-resources
24+
:target: https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources&utm_medium=readme
25+
2326
``importlib_resources`` is a backport of Python standard library
2427
`importlib.resources
2528
<https://docs.python.org/3/library/importlib.html#module-importlib.resources>`_
@@ -53,3 +56,19 @@ were contributed to different versions in the standard library:
5356
- 3.9
5457
* - 0.5 (?)
5558
- 3.7
59+
60+
For Enterprise
61+
==============
62+
63+
Available as part of the Tidelift Subscription.
64+
65+
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.
66+
67+
`Learn more <https://tidelift.com/subscription/pkg/pypi-importlib-resources?utm_source=pypi-importlib-resources&utm_medium=referral&utm_campaign=github>`_.
68+
69+
Security Contact
70+
================
71+
72+
To report a security vulnerability, please use the
73+
`Tidelift security contact <https://tidelift.com/security>`_.
74+
Tidelift will coordinate the fix and disclosure.

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@
3838
intersphinx_mapping = {
3939
'python': ('https://docs.python.org/3', None),
4040
}
41+
42+
extensions += ['jaraco.tidelift']

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The documentation here includes a general :ref:`usage <using>` guide and a
3131
migration.rst
3232
history.rst
3333

34+
.. tidelift-referral-banner::
35+
3436

3537
Indices and tables
3638
==================

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ docs =
5050
sphinx
5151
jaraco.packaging >= 9
5252
rst.linker >= 1.9
53+
jaraco.tidelift >= 1.4
5354

5455
# local

0 commit comments

Comments
 (0)