From c7b003b9b9cbb7337ea6c0eb968ab15b4be7defb Mon Sep 17 00:00:00 2001 From: Viatorus Date: Sat, 24 Apr 2021 22:14:25 +0200 Subject: [PATCH] Fix readme for python package (#37) --- README.md | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4486b8c..1b06681 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![logo](https://raw.githubusercontent.com/Viatorus/quom/master/artwork/logo_banner.png) -[![Travis](https://travis-ci.org/Viatorus/quom.svg?branch=master)](https://travis-ci.org/Viatorus/quom/) +[![Build Status](https://github.com/Viatorus/quom/workflows/Testing/badge.svg)](https://github.com/viatorus/quom/actions) [![PyPI](https://img.shields.io/pypi/v/quom.svg)](https://pypi.org/project/Quom/) diff --git a/setup.cfg b/setup.cfg index 3fdf261..1b68e58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,8 +8,8 @@ description = Quom is a single header generator for C/C++ libraries. author = Toni Neubert author-email = lutztonineubert@gmail.com license = MIT -long-description = file: README.rst -long-description-content-type = text/x-rst; charset=UTF-8 +long-description = file: README.md +long-description-content-type = text/markdown; charset=UTF-8 url = https://github.com/Viatorus/quom # Add here related links, for example: project-urls =