File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ ========================================================
1
2
Pure Python, pure state-machine WebSocket implementation
2
3
========================================================
3
4
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
6
7
:alt: Build status
7
8
.. 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/
9
10
:alt: Documentation Status
10
11
.. image :: https://codecov.io/gh/python-hyper/wsproto/branch/master/graph/badge.svg
11
12
:target: https://codecov.io/gh/python-hyper/wsproto
Original file line number Diff line number Diff line change 42
42
include_package_data = True ,
43
43
license = 'MIT' ,
44
44
classifiers = [
45
- 'Development Status :: 4 - Beta ' ,
45
+ 'Development Status :: 5 - Production/Stable ' ,
46
46
'Intended Audience :: Developers' ,
47
47
'License :: OSI Approved :: MIT License' ,
48
48
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments