diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-09-14 12:27:49 +0100 |
---|---|---|
committer | Chandan Singh <chandan.devel@gmail.com> | 2018-09-21 17:14:16 +0000 |
commit | ef26043a8ef059b2af55e819a47499570300c1de (patch) | |
tree | 508d5d182541422ddf8eabeca9796a29e3826b2b /setup.py | |
parent | 0b0005181676b9f60768495c91aa65818b6d318b (diff) | |
download | buildstream-ef26043a8ef059b2af55e819a47499570300c1de.tar.gz |
setup.py: Make website the primary homepage
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |