diff --git a/README.md b/README.md index 66002166..2724daeb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# CFA Scenarios Model +# DynODE : A Dynamic Ordinary Differential Package for Respiratory Disease Modeling + +![Version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FCDCgov%2FDynODE%2Frefs%2Fheads%2Fmain%2Fpyproject.toml&query=%24.tool.poetry.version&style=plastic&label=version&color=lightgray) +![pre-commit](https://github.com/CDCgov/dynode/workflows/pre-commit/badge.svg?style=plastic&link=https://github.com/CDCgov/dynode/actions/workflows/pre-commit.yaml) +![CI](https://github.com/CDCgov/cfa_azure/workflows/Python%20Unit%20Tests%20with%20Coverage/badge.svg?style=plastic&link=https://github.com/CDCgov/cfa_azure/actions/workflows/pre-commit.yaml&link=https://github.com/CDCgov/cfa_azure/actions/workflows/ci.yaml) +![GitHub License](https://img.shields.io/github/license/cdcgov/dynode?style=plastic&link=https://github.com/CDCgov/dynode/blob/master/LICENSE) +![Python](https://img.shields.io/badge/python-3670A0?logo=python&logoColor=ffdd54&style=plastic) [Overview](#overview) | [Model Structure](#model-structure) | diff --git a/pyproject.toml b/pyproject.toml index 761dfeb7..c2ba37c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "dynode" version = "0.1.0" description = "CDC CFA Predict Scenarios model development" -authors = ["Your Name "] +authors = ["CDC/CFA/Predict/Scenarios"] license = "Apache License, Version 2.0, January 2004" readme = "README.md" package-mode = true