From 7d6ba557d3a751302bcc057500023752bda62e1f Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 22 Jul 2019 19:46:30 +0200 Subject: [PATCH] Add project_urls to setup.cfg [skip ci] --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index b829da87a3..1ce05a650d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,11 @@ classifiers = Topic :: Software Development :: Libraries :: Python Modules author = Panda3D Team author_email = etc-panda3d@lists.andrew.cmu.edu +project_urls = + Source=https://github.com/panda3d/panda3d + Tracker=https://github.com/panda3d/panda3d/issues + Documentation=https://www.panda3d.org/manual/ + Funding=https://opencollective.com/panda3d [tool:pytest] testpaths = tests