summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan.devel@gmail.com>2018-09-21 17:40:11 +0000
committerChandan Singh <chandan.devel@gmail.com>2018-09-21 17:40:11 +0000
commit1b2aed400e776eb2fdb0d601cc2c98899716a6ef (patch)
tree508d5d182541422ddf8eabeca9796a29e3826b2b
parent0b0005181676b9f60768495c91aa65818b6d318b (diff)
parentef26043a8ef059b2af55e819a47499570300c1de (diff)
downloadbuildstream-1b2aed400e776eb2fdb0d601cc2c98899716a6ef.tar.gz
Merge branch 'chandan/update-project-homepage' into 'master'
setup.py: Make website the primary homepage See merge request BuildStream/buildstream!795
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a0686ebea..405a39061 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'