Skip to content

Commit

Permalink
Drop ReadTheDocs badge due to twine rendering issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 6, 2024
1 parent c91f60c commit 74d5547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wrapt
=====

|Docs| |PyPI|
|PyPI|

The aim of the **wrapt** module is to provide a transparent object proxy
for Python, which can be used as the basis for the construction of function
Expand Down Expand Up @@ -137,8 +137,3 @@ and unit tests, can be obtained from github.

.. |PyPI| image:: https://img.shields.io/pypi/v/wrapt.svg?logo=python&cacheSeconds=3600
:target: https://pypi.python.org/pypi/wrapt

.. |Docs| image:: https://readthedocs.org/projects/docs/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://wrapt.readthedocs.io/en/latest/?badge=latest
2 changes: 1 addition & 1 deletion src/wrapt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('1', '17', '0dev2')
__version_info__ = ('1', '17', '0dev3')
__version__ = '.'.join(__version_info__)

from .__wrapt__ import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
Expand Down

0 comments on commit 74d5547

Please sign in to comment.