diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-04-25 06:15:58 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-04-25 06:15:58 +0200 |
| commit | 489422b9cccf55100a19e96135d05f8e01d48daa (patch) | |
| tree | ac5ded4103b9b309bb9bf91e122970f26c8bfd81 /scripts/internal/print_announce.py | |
| parent | 70b330221b87ff9c42d5160c57efea8fd3804398 (diff) | |
| download | psutil-489422b9cccf55100a19e96135d05f8e01d48daa.tar.gz | |
#1270: migrate URLs to new pypi site
Diffstat (limited to 'scripts/internal/print_announce.py')
| -rwxr-xr-x | scripts/internal/print_announce.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/print_announce.py b/scripts/internal/print_announce.py index 1c2b9e11..018fb092 100755 --- a/scripts/internal/print_announce.py +++ b/scripts/internal/print_announce.py @@ -20,7 +20,7 @@ HISTORY = os.path.abspath(os.path.join(HERE, '../../HISTORY.rst')) PRJ_NAME = 'psutil' PRJ_URL_HOME = 'https://github.com/giampaolo/psutil' PRJ_URL_DOC = 'http://psutil.readthedocs.io' -PRJ_URL_DOWNLOAD = 'https://pypi.python.org/pypi/psutil' +PRJ_URL_DOWNLOAD = 'https://pypi.org/project/psutil/#files' PRJ_URL_WHATSNEW = \ 'https://github.com/giampaolo/psutil/blob/master/HISTORY.rst' |
