From 89d5f9c4badd1ed23093d3945c9d8218fd337056 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Thu, 10 Dec 2015 01:19:28 +0000 Subject: [PATCH] remove dev branch & build banner --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 3294579..f004e2b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ APRS library for Python ~~~~~~~~~~~~~~~~~~~~~~~ -|pypi| |coverage| |master_build| |dev_build| +|pypi| |coverage| |master_build| A tiny library for dealing with APRS. It can be used to connect and listen to the APRS-IS feed as well as upload. Parsing of packets is also possible, but the entire spec is not fully implemented yet. @@ -161,8 +161,4 @@ Docs .. |master_build| image:: https://img.shields.io/travis/rossengeorgiev/aprs-python/master.svg?style=flat&label=master%20build :target: http://travis-ci.org/rossengeorgiev/aprs-python :alt: Build status of master branch - -.. |dev_build| image:: https://img.shields.io/travis/rossengeorgiev/aprs-python/dev.svg?style=flat&label=dev%20build - :target: http://travis-ci.org/rossengeorgiev/aprs-python - :alt: Build status of dev branch