Skip to content

Commit

Permalink
Set homepage to be the git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Aug 17, 2019
1 parent 3db9b01 commit 574576a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -56,7 +56,7 @@ def doit():
""",
author="YiFei Zhu",
author_email="[email protected]",
url="https://zhuyifei1999.github.io/guppy3/",
url="https://github.com/zhuyifei1999/guppy3/",
license='MIT',
packages=[
"guppy",
Expand Down

0 comments on commit 574576a

Please sign in to comment.