diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a387ba6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +tidelift: pypi/zipp diff --git a/README.rst b/README.rst index 1938584..4a4c394 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,9 @@ .. image:: https://img.shields.io/badge/skeleton-2022-informational :target: https://blog.jaraco.com/skeleton +.. image:: https://tidelift.com/badges/package/pypi/zipp + :target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme + A pathlib-compatible Zipfile object wrapper. Official backport of the standard library `Path object `_. @@ -49,3 +52,19 @@ Usage ===== Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python. + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +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. + +`Learn more `_. + +Security Contact +================ + +To report a security vulnerability, please use the +`Tidelift security contact `_. +Tidelift will coordinate the fix and disclosure. diff --git a/docs/conf.py b/docs/conf.py index 8475367..42f94c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,3 +38,5 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), } + +extensions += ['jaraco.tidelift'] diff --git a/docs/index.rst b/docs/index.rst index 0a35c13..4b87a23 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,8 @@ Welcome to |project| documentation! history +.. tidelift-referral-banner:: + .. automodule:: zipp :members: :undoc-members: @@ -19,4 +21,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - diff --git a/setup.cfg b/setup.cfg index e8e86b3..260ac17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,6 +50,7 @@ docs = sphinx jaraco.packaging >= 9 rst.linker >= 1.9 + jaraco.tidelift >= 1.4 # local