From 45812d78229a5d801ddcb9bd77492a4e747852da Mon Sep 17 00:00:00 2001 From: Dennis van Gerwen <29799340+dennisvang@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:59:04 +0200 Subject: [PATCH] master: add links to setup.cfg and readme --- README.md | 4 ++-- setup.cfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c43747..62dd373 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # notsotuf ![Build](https://github.com/dennisvang/notsotuf/actions/workflows/python-package.yml/badge.svg) -![PyPI](https://img.shields.io/pypi/v/notsotuf) +[![PyPI](https://img.shields.io/pypi/v/notsotuf)](https://pypi.org/project/notsotuf/) [![Documentation Status](https://readthedocs.org/projects/notsotuf/badge/?version=latest)](https://notsotuf.readthedocs.io/en/latest/?badge=latest) -[![Known Vulnerabilities](https://snyk.io/test/github/dennisvang/notsotuf/badge.svg)](https://snyk.io/test/github/dennisvang/notsotuf) +[![Check Vulnerabilities](https://snyk.io/test/github/dennisvang/notsotuf/badge.svg)](https://snyk.io/test/github/dennisvang/notsotuf) A simple software updater for stand-alone Python *applications*. diff --git a/setup.cfg b/setup.cfg index 1ab4778..8b9ac61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,6 +8,7 @@ long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/dennisvang/notsotuf project_urls = + Documentation = https://notsotuf.readthedocs.io/en/latest/ Bug Tracker = https://github.com/dennisvang/notsotuf/issues classifiers = Programming Language :: Python :: 3