Add README badges, bump version
This commit is contained in:
parent
9fc910c37d
commit
fcb5981611
@ -3,6 +3,8 @@
|
|||||||
pyssb - Secure Scuttlebutt in Python
|
pyssb - Secure Scuttlebutt in Python
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
|build-status| |code-coverage|
|
||||||
|
|
||||||
Please, don't use this for anything that is not experimental. This is a first attempt at implementing the main
|
Please, don't use this for anything that is not experimental. This is a first attempt at implementing the main
|
||||||
functionality needed to run an SSB client/server.
|
functionality needed to run an SSB client/server.
|
||||||
|
|
||||||
@ -17,3 +19,10 @@ Usage::
|
|||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
|
|
||||||
Check the ``test_*.py`` files for basic examples.
|
Check the ``test_*.py`` files for basic examples.
|
||||||
|
|
||||||
|
.. |build-status| image:: https://travis-ci.org/pferreir/pyssb.svg?branch=master
|
||||||
|
:alt: Travis Build Status
|
||||||
|
:target: https://travis-ci.org/pferreir/pyssb
|
||||||
|
.. |code-coverage| image:: https://coveralls.io/repos/github/pferreir/pyssb/badge.svg?branch=master
|
||||||
|
:alt: Code Coverage
|
||||||
|
:target: https://coveralls.io/github/pferreir/pyssb?branch=master
|
||||||
|
2
setup.py
2
setup.py
@ -61,7 +61,7 @@ packages = find_packages()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ssb',
|
name='ssb',
|
||||||
version='0.1.0.dev1',
|
version='0.1.0.dev2',
|
||||||
description=__doc__,
|
description=__doc__,
|
||||||
long_description=(readme + '\n\n' + history),
|
long_description=(readme + '\n\n' + history),
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
Loading…
Reference in New Issue
Block a user