aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-06-28 02:16:55 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-06-28 02:20:51 -0400
commitbab04ac587b1de5eeeb085359515b09995a81c23 (patch)
tree78e68762605d2980d856cda8e22cf5c346be2f30 /setup.cfg
parenta4fb8dcc4111575c670c384e52bf1abb119879b9 (diff)
downloadmeson-bab04ac587b1de5eeeb085359515b09995a81c23.zip
meson-bab04ac587b1de5eeeb085359515b09995a81c23.tar.gz
meson-bab04ac587b1de5eeeb085359515b09995a81c23.tar.bz2
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.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d82fbe..fda7910 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