From e50f4b599d17f67057ed35cda29f5fe877a45bf9 Mon Sep 17 00:00:00 2001 From: Dominik Kocerka Date: Mon, 31 Oct 2022 16:37:32 +0100 Subject: [PATCH] preparing for pushing to PyPI --- README.md | 5 ++++- setup.cfg | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4416d2b..2549969 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,12 @@ [![Current Release](https://img.shields.io/github/release/bitbar/ruthie.svg)](releases) [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](LICENSE.md) +
+ Ruthie Logo +
![Ruthie Logo](.static/logo.png) -Ruthie is the Unittests runner, and it's an acronym from "Run Unit Tests Harmoniously Incredibly Easy". +Ruthie is the Unittests runner, and it's an acronym from "Run Unit Tests Harmoniously Incredibly Easy". ## Installation diff --git a/setup.cfg b/setup.cfg index 6c85c92..4874ce6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,9 @@ +[metadata] +name = ruthie +version = 0.1.4 +long_description = file: README.md +long_description_content_type = text/markdown + [pycodestyle] count = True max-line-length = 120