Skip to content

Commit 1b172e3

Browse files
authored
update readme badges (#144)
1 parent c1b4a69 commit 1b172e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
========================================================
12
Pure Python, pure state-machine WebSocket implementation
23
========================================================
34

4-
.. image:: https://travis-ci.org/python-hyper/wsproto.svg?branch=master
5-
:target: https://travis-ci.org/python-hyper/wsproto
5+
.. image:: https://github.com/python-hyper/wsproto/workflows/CI/badge.svg
6+
:target: https://github.com/python-hyper/wsproto/actions
67
:alt: Build status
78
.. image:: https://readthedocs.org/projects/wsproto/badge/?version=latest
8-
:target: http://wsproto.readthedocs.io/en/latest/?badge=latest
9+
:target: https://wsproto.readthedocs.io/en/latest/
910
:alt: Documentation Status
1011
.. image:: https://codecov.io/gh/python-hyper/wsproto/branch/master/graph/badge.svg
1112
:target: https://codecov.io/gh/python-hyper/wsproto

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
include_package_data=True,
4343
license='MIT',
4444
classifiers=[
45-
'Development Status :: 4 - Beta',
45+
'Development Status :: 5 - Production/Stable',
4646
'Intended Audience :: Developers',
4747
'License :: OSI Approved :: MIT License',
4848
'Programming Language :: Python',

0 commit comments

Comments
 (0)