summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-09-14 12:27:49 +0100
committerChandan Singh <chandan.devel@gmail.com>2018-09-21 17:14:16 +0000
commitef26043a8ef059b2af55e819a47499570300c1de (patch)
tree508d5d182541422ddf8eabeca9796a29e3826b2b /setup.py
parent0b0005181676b9f60768495c91aa65818b6d318b (diff)
downloadbuildstream-ef26043a8ef059b2af55e819a47499570300c1de.tar.gz
setup.py: Make website the primary homepage
Diffstat (limited to 'setup.py')
-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'