Skip to content

Commit

Permalink
REAMDE and metadata cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove committed Feb 17, 2020
1 parent bb13926 commit 1f75c32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014 Giuseppe Ciotta <gciotta@gmail.com>
Copyright (c) 2016 Adam Mills <adam@armills.info>
Copyright (c) 2020 Emily Mills <emily@emlove.me>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
jsonrpc-websocket: a compact JSON-RPC websocket client library for asyncio
=======================================================================================================

.. image:: https://travis-ci.org/armills/jsonrpc-websocket.svg
:target: https://travis-ci.org/armills/jsonrpc-websocket
.. image:: https://coveralls.io/repos/armills/jsonrpc-websocket/badge.svg
:target: https://coveralls.io/r/armills/jsonrpc-websocket
.. image:: https://travis-ci.org/emlove/jsonrpc-websocket.svg
:target: https://travis-ci.org/emlove/jsonrpc-websocket
.. image:: https://coveralls.io/repos/emlove/jsonrpc-websocket/badge.svg
:target: https://coveralls.io/r/emlove/jsonrpc-websocket

This is a compact and simple JSON-RPC websocket client implementation for asyncio python code. This code is forked from https://github.com/gciotta/jsonrpc-requests

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages=('jsonrpc_websocket',),
license='BSD',
keywords='json-rpc async asyncio websocket',
url='http://github.com/armills/jsonrpc-websocket',
url='http://github.com/emlove/jsonrpc-websocket',
description='''A JSON-RPC websocket client library for asyncio''',
long_description_content_type='text/x-rst',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 1f75c32

Please sign in to comment.