From 7f6f6d523e0db999806e09acbde07d9e27509c7a Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 13 Dec 2023 10:31:23 +0000 Subject: [PATCH] docs: update readme with badges --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23852a23..d2175bb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,48 @@ -# Building TM-Admin +# TM Admin + + +

+ HOT +

+

+ Administrative modules for Tasking Manager style projects. +

+

+ + Build + + + CI Build + + + Publish Docs + + + Publish + + + Test + + + Package version + + + Downloads + + + License + +

+ +--- + +📖 **Documentation**: https://hotosm.github.io/tm-admin/ + +🖥️ **Source Code**: https://github.com/hotosm/tm-admin + +--- + + This is a complicated project as it involves parsing and outputting multiple file formats. This project uses [gRPC](https://grpc.io/) for diff --git a/pyproject.toml b/pyproject.toml index 9710b0f7..d5dcbc4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "tm-admin" dynamic = ["version"] -description = "Support functions for tasking manager style projects" +description = "Administrative modules for Tasking Manager style projects." authors = [ {name = "Rob Savoye", email = "rob.savoye@hotosm.org"}, ]