From aa0ac910d29c6413420081a7d7fdc8ffeccd8fff Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:30:18 +0100 Subject: [PATCH] Fixed markdown formatting in short description --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 891a5cb..626be60 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/smartchg/main.yml?branch=main&logo=github&label=main&style=flat-square)](https://github.com/dmotte/smartchg/actions) [![PyPI](https://img.shields.io/pypi/v/smartchg?logo=python&style=flat-square)](https://pypi.org/project/smartchg/) -:snake: DCA-based asset **exchange algorithm**. +:snake: DCA-based **asset exchange algorithm**. ## Installation diff --git a/setup.cfg b/setup.cfg index 67e4f59..8e01915 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ long_description = [![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/smartchg/main.yml?branch=main&logo=github&label=main&style=flat-square)](https://github.com/dmotte/smartchg/actions) [![PyPI](https://img.shields.io/pypi/v/smartchg?logo=python&style=flat-square)](https://pypi.org/project/smartchg/) - DCA-based asset **exchange algorithm**. + DCA-based **asset exchange algorithm**. Please refer to the [GitHub repository](https://github.com/dmotte/smartchg) for more information. long_description_content_type = text/markdown