From 1e69148a0bad2db153453f6e86b491e59d936a7d Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 19 Jan 2019 12:09:31 +0100 Subject: [PATCH] Updated pypi homepage Signed-off-by: Dimitris Zlatanidis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b7bc7c3..5487a921 100755 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( "view", "slackpkg", "tool", "build"], author=_meta_.__author__, author_email=_meta_.__email__, - url="https://gitlab.com/dslackw/slpkg", + url="https://dslackw.gitlab.io/slpkg/", package_data={"": ["LICENSE", "README.md", "CHANGELOG"]}, data_files=[("man/man8", ["man/slpkg.8"]), ("/etc/bash_completion.d", ["conf/slpkg.bash-completion"]),