summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-09-14 12:27:49 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-09-14 12:27:49 +0100
commitd1d54d81c19b60b9ce97368c13306bb451e6cd72 (patch)
treeb2d94790b4e07d18cae44e52a95e704f3f7fc3f3
parentd7152ef47c73c8f56812d132d317f14a6665523a (diff)
downloadbuildstream-chandan/update-project-homepage.tar.gz
setup.py: Make website the primary homepagechandan/update-project-homepage
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 781b55bcc..2f3588876 100755
--- a/setup.py
+++ b/setup.py
@@ -264,8 +264,9 @@ setup(name='BuildStream',
license='LGPL',
long_description=long_description,
long_description_content_type='text/x-rst; charset=UTF-8',
- url='https://gitlab.com/BuildStream/buildstream',
+ url='https://buildstream.build',
project_urls={
+ 'Source': 'https://gitlab.com/BuildStream/buildstream',
'Documentation': 'https://buildstream.gitlab.io/buildstream/',
'Tracker': 'https://gitlab.com/BuildStream/buildstream/issues',
'Mailing List': 'https://mail.gnome.org/mailman/listinfo/buildstream-list'