From d887facc7d6ef3be76b8ffba9ac18df7622e495a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 20 Oct 2021 19:26:06 -0700 Subject: [PATCH] build(setup): add project_urls --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6a05df3..26c65c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,11 @@ description = Package that extends and wraps Ignition Scripting API long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/thecesrom/incendium +project_urls = + Documentation = https://github.com/thecesrom/incendium/wiki + Funding = https://github.com/sponsors/thecesrom + Source = https://github.com/thecesrom/incendium + Tracker = https://github.com/thecesrom/incendium/issues author = César Román author_email = cesar@thecesrom.dev license = MIT