Skip to content

Commit 051b26a

Browse files
committed
2 parents 361c665 + 918a415 commit 051b26a

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tidelift: pypi/importlib-metadata

README.rst

+18
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
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-metadata
24+
:target: https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=readme
2325

2426
Library to access the metadata for a Python package.
2527

@@ -76,3 +78,19 @@ Project details
7678
* Report bugs at: https://github.com/python/importlib_metadata/issues
7779
* Code hosting: https://github.com/python/importlib_metadata
7880
* Documentation: https://importlib_metadata.readthedocs.io/
81+
82+
For Enterprise
83+
==============
84+
85+
Available as part of the Tidelift Subscription.
86+
87+
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.
88+
89+
`Learn more <https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=referral&utm_campaign=github>`_.
90+
91+
Security Contact
92+
================
93+
94+
To report a security vulnerability, please use the
95+
`Tidelift security contact <https://tidelift.com/security>`_.
96+
Tidelift will coordinate the fix and disclosure.

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@
5151
('py:class', 'importlib_metadata.SelectableGroups'),
5252
('py:class', 'importlib_metadata._meta._T'),
5353
]
54+
55+
extensions += ['jaraco.tidelift']

docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The documentation here includes a general :ref:`usage <using>` guide.
1919
migration
2020
history
2121

22+
.. tidelift-referral-banner::
23+
2224

2325
Project details
2426
===============

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ docs =
5555
sphinx
5656
jaraco.packaging >= 9
5757
rst.linker >= 1.9
58+
jaraco.tidelift >= 1.4
5859

5960
# local
6061

0 commit comments

Comments
 (0)