From bab04ac587b1de5eeeb085359515b09995a81c23 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 28 Jun 2023 02:16:55 -0400 Subject: add additional setuptools metadata pointing to the source repository Currently, PyPI shows one link for meson -- to the homepage (the docs site). Provide an additional convenient link to the github repo. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2d82fbe64..fda7910af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,8 @@ description = A high performance build system author = Jussi Pakkanen author_email = jpakkane@gmail.com url = https://mesonbuild.com +project_urls = + Source = https://github.com/mesonbuild/meson keywords = meson mesonbuild -- cgit v1.2.3