summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2020-06-18 14:41:49 +0200
committerJakub Stasiak <jakub@stasiak.at>2020-06-18 14:55:10 +0200
commit64e4de03727ba94f439e98e7472c12f8fb08a57c (patch)
treef2e7e404b1f1cfabd4571f986583402485d27a32
parent372734b77d7b324cb4c2801173eb8cbc76043508 (diff)
downloadnetaddr-more.tar.gz
Update PyPI linksmore
-rw-r--r--INSTALL2
-rw-r--r--README.md2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 6e8aeff..b63a22b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,7 @@ Installing from the Python Package Index
The easiest way to install netaddr is to use pip.
Download and install the latest version from PyPI -
-https://pypi.python.org/pypi/pip and run the following command ::
+https://pypi.org/project/pip and run the following command ::
pip install netaddr
diff --git a/README.md b/README.md
index 4c0f327..aa967d1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ netaddr
A network address manipulation library for Python
-[![Latest Version](https://img.shields.io/pypi/v/netaddr.svg)](https://pypi.python.org/pypi/netaddr)
+[![Latest Version](https://img.shields.io/pypi/v/netaddr.svg)](https://pypi.org/project/netaddr/)
Provides support for:
diff --git a/setup.py b/setup.py
index 954d404..4fea507 100644
--- a/setup.py
+++ b/setup.py
@@ -159,7 +159,7 @@ def main():
author_email='drkjam@gmail.com',
classifiers=classifiers,
description='A network address manipulation library for Python',
- download_url='https://pypi.python.org/pypi/netaddr/',
+ download_url='https://pypi.org/project/netaddr/',
keywords=keywords,
license='BSD License',
long_description=long_description,