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.
This commit is contained in:
Eli Schwartz 2023-06-28 02:16:55 -04:00
parent a4fb8dcc41
commit bab04ac587
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 2 additions and 0 deletions

View File

@ -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