Skip to content

Commit

Permalink
Replace pypi.python.org with pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
adamboche committed Jun 7, 2019
1 parent d72c5c3 commit 6943732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# cookiepatcher gh:adamboche/cookiecutter-pylibrary project-path
#
# See:
# https://pypi.python.org/pypi/cookiepatcher
# https://pypi.org/pypi/cookiepatcher
#
# Alternatively, you can run:
#
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ Overview

.. |version| image:: https://img.shields.io/pypi/v/marshmallow-union.svg
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/marshmallow-union
:target: https://pypi.org/pypi/marshmallow-union

.. |commits-since| image:: https://img.shields.io/github/commits-since/adamboche/python-marshmallow-union/v0.1.1.svg
:alt: Commits since latest release
:target: https://github.com/adamboche/python-marshmallow-union/compare/v0.1.1...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/marshmallow-union.svg
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/marshmallow-union
:target: https://pypi.org/pypi/marshmallow-union

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/marshmallow-union.svg
:alt: Supported versions
:target: https://pypi.python.org/pypi/marshmallow-union
:target: https://pypi.org/pypi/marshmallow-union

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/marshmallow-union.svg
:alt: Supported implementations
:target: https://pypi.python.org/pypi/marshmallow-union
:target: https://pypi.org/pypi/marshmallow-union


.. end-badges
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(*names, **kwargs):
include_package_data=True,
zip_safe=False,
classifiers=[
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
# complete classifier list: http://pypi.org/pypi?%3Aaction=list_classifiers
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 6943732

Please sign in to comment.