diff options
| author | Jakub Stasiak <jakub@stasiak.at> | 2020-06-18 14:41:49 +0200 |
|---|---|---|
| committer | Jakub Stasiak <jakub@stasiak.at> | 2020-06-18 14:55:10 +0200 |
| commit | 64e4de03727ba94f439e98e7472c12f8fb08a57c (patch) | |
| tree | f2e7e404b1f1cfabd4571f986583402485d27a32 | |
| parent | 372734b77d7b324cb4c2801173eb8cbc76043508 (diff) | |
| download | netaddr-more.tar.gz | |
Update PyPI linksmore
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -3,7 +3,7 @@ netaddr A network address manipulation library for Python -[](https://pypi.python.org/pypi/netaddr) +[](https://pypi.org/project/netaddr/) Provides support for: @@ -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, |
