From 23ec90ce82a71c0f82979ba995fe83535bdb5001 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:10:20 +0100 Subject: [PATCH] Add `project_urls` metadata --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2254902..f3228a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,10 @@ classifiers = Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Quality Assurance +project_urls = + Documentation = https://flake8.pycqa.org/ + Changelog = https://flake8.pycqa.org/en/latest/release-notes/index.html + Bug Tracker = https://github.com/PyCQA/flake8/issues [options] packages = find: