From 574576abf3eb3109c416ef0c05a3bec1ce8b6992 Mon Sep 17 00:00:00 2001 From: YiFei Zhu Date: Sat, 17 Aug 2019 14:22:31 -0500 Subject: [PATCH] Set homepage to be the git repo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02514ba..38f000d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def doit(): setup(name="guppy3", - version="3.0.1", + version="3.0.1.post1", description="Guppy 3 -- Guppy-PE ported to Python 3", long_description=""" Guppy 3 is a library and programming environment for Python, @@ -56,7 +56,7 @@ def doit(): """, author="YiFei Zhu", author_email="zhuyifei1999@gmail.com", - url="https://zhuyifei1999.github.io/guppy3/", + url="https://github.com/zhuyifei1999/guppy3/", license='MIT', packages=[ "guppy",