From 18fae5a233c9ec5f689acf984000b998654adb0b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jun 2020 01:54:30 +0200 Subject: [PATCH] Add CI badge --- README.md | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e384ca7..0571801 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # simple-message-channels +[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/simple-message-channels/status.svg)](https://drone.autonomic.zone/hyperpy/simple-message-channels) + ## Wire protocol for Hypercore ```sh diff --git a/setup.cfg b/setup.cfg index c0bcbeb..2f28a5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ maintainer_email = hi@decentral1.se url = https://git.autonomic.zone/hyperpy/simple-message-channels project_urls = Source Code = https://git.autonomic.zone/hyperpy/simple-message-channels -description = Wire protocol for Hypercore +description = Low level wire protocol for Hypercore long_description = file: README.md license = GPLv3 license_file = LICENSE