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