Skip to content

Commit

Permalink
Merge pull request #172 from jdufresne/pypi
Browse files Browse the repository at this point in the history
Update all pypi.python.org URLs to pypi.org
  • Loading branch information
wiggin15 committed Jun 14, 2018
2 parents ac903ed + 5857187 commit 46932c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.. image:: https://img.shields.io/pypi/v/colorama.svg
:target: https://pypi.python.org/pypi/colorama/
:target: https://pypi.org/project/colorama/
:alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/colorama.svg
:target: https://pypi.python.org/pypi/colorama
:target: https://pypi.org/project/colorama/
:alt: Supported Python versions

.. image:: https://travis-ci.org/tartley/colorama.svg?branch=master
:target: https://travis-ci.org/tartley/colorama
:alt: Build Status

Download and docs:
http://pypi.python.org/pypi/colorama
https://pypi.org/project/colorama/
Source code & Development:
https://github.com/tartley/colorama

Expand All @@ -30,8 +30,8 @@ Colorama does nothing.

Colorama also provides some shortcuts to help generate ANSI sequences
but works fine in conjunction with any other ANSI sequence generation library,
such as the venerable Termcolor (http://pypi.python.org/pypi/termcolor)
or the fabulous Blessings (https://pypi.python.org/pypi/blessings).
such as the venerable Termcolor (https://pypi.org/project/termcolor/)
or the fabulous Blessings (https://pypi.org/project/blessings/).

This has the upshot of providing a simple cross-platform API for printing
colored terminal text from Python, and has the happy side-effect that existing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_version(path):
license='BSD',
packages=[NAME],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
# see classifiers http://pypi.python.org/pypi?%3Aaction=list_classifiers
# see classifiers https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 46932c9

Please sign in to comment.