Skip to content

Commit 5724257

Browse files
committed
Add pypi badges
1 parent 834f3f6 commit 5724257

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
pyrefcount
22
==========
33

4+
.. image:: https://img.shields.io/github/workflow/status/pmundt/pyrefcount/Python%20package
5+
:alt: GitHub Workflow Status
6+
:target: https://github.com/pmundt/pyrefcount/actions
7+
8+
.. image:: https://img.shields.io/pypi/l/pyrefcount
9+
:alt: MIT License
10+
11+
.. image:: https://img.shields.io/pypi/pyversions/pyrefcount
12+
:alt: PyPI - Python Version
13+
:target: https://pypi.python.org/pypi/pyrefcount
14+
15+
.. image:: https://img.shields.io/pypi/v/pyrefcount
16+
:alt: PyPI
17+
:target: https://pypi.python.org/pypi/pyrefcount
18+
419
``pyrefcount`` provides a simple API for reference counting, providing protected access to reference counted values,
520
and for allowing acquire/release actions to be carried out when a reference count becomes active, or the last user
621
drops off, respectively. ``pyrefcount`` is inspired by the Linux Kernel's `refcount_t`_ API.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name='pyrefcount',
1414
version=release,
1515
author='Paul Mundt',
16-
author_email='paul.mundt@adaptant,io',
16+
author_email='paul.mundt@adaptant.io',
1717
license='MIT',
1818
url='https://github.com/pmundt/pyrefcount',
1919
packages=['refcount'],

0 commit comments

Comments
 (0)