Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Iedb00886e132326e1c3617893d2898d97dc70d03
This commit is contained in:
melissaml 2018-04-21 04:46:38 +08:00
parent 0c33431d2e
commit e0289362b8
3 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ To install:
pip install git-upstream pip install git-upstream
See also https://pypi.python.org/pypi/git-upstream See also https://pypi.org/project/git-upstream
You can also install directly from source: You can also install directly from source:
@ -121,8 +121,8 @@ You can also join via this `IRC URL
webchat <https://webchat.freenode.net/>`_. webchat <https://webchat.freenode.net/>`_.
.. _pep8: https://pypi.python.org/pypi/pep8 .. _pep8: https://pypi.org/project/pep8
.. _pyflakes: https://pypi.python.org/pypi/pyflakes .. _pyflakes: https://pypi.org/project/pyflakes
.. _tox: https://testrun.org/tox .. _tox: https://testrun.org/tox
What does git-upstream do? What does git-upstream do?

View File

@ -59,7 +59,7 @@ Verify your installation.
Name: git-upstream Name: git-upstream
Version: 0.12.1 Version: 0.12.1
Summary: git tool to help manage upstream repositories Summary: git tool to help manage upstream repositories
Home-page: https://pypi.python.org/pypi/git-upstream Home-page: https://pypi.org/project/git-upstream
Author: Darragh Bailey Author: Darragh Bailey
Author-email: dbailey@hpe.com Author-email: dbailey@hpe.com
License: Apache License (2.0) License: Apache License (2.0)
@ -71,7 +71,7 @@ Verify your installation.
[...] [...]
.. _pypi: https://pypi.python.org/pypi/git-upstream .. _pypi: https://pypi.org/project/git-upstream
Installing for Development Installing for Development
-------------------------- --------------------------

View File

@ -2,7 +2,7 @@
name = git-upstream name = git-upstream
author = Darragh Bailey author = Darragh Bailey
author-email = dbailey@hpe.com author-email = dbailey@hpe.com
home-page = https://pypi.python.org/pypi/git-upstream home-page = https://pypi.org/project/git-upstream
summary = git tool to help manage upstream repositories summary = git tool to help manage upstream repositories
description-file = DESCRIPTION description-file = DESCRIPTION
license = Apache License (2.0) license = Apache License (2.0)