From d7bf3fc69f816385ea9cdadfafbb012fd575f99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Z=C3=ADma?= Date: Wed, 25 Nov 2020 16:11:48 +0100 Subject: Move repository back --- README.md | 14 +++++++------- examples/consumer.py | 2 +- setup.py | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a51958..3cc52f7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# python-openid2 # +# python-openid # -[![Build Status](https://travis-ci.org/ziima/python-openid.svg?branch=master)](https://travis-ci.org/ziima/python-openid) -[![codecov](https://codecov.io/gh/ziima/python-openid/branch/master/graph/badge.svg)](https://codecov.io/gh/ziima/python-openid) -[![PyPI](https://img.shields.io/pypi/v/python-openid2.svg)](https://pypi.org/pypi/python-openid2/) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-openid2.svg)](https://pypi.org/pypi/python-openid2/) +[![Build Status](https://travis-ci.org/openid/python-openid.svg?branch=master)](https://travis-ci.org/openid/python-openid) +[![codecov](https://codecov.io/gh/openid/python-openid/branch/master/graph/badge.svg)](https://codecov.io/gh/openid/python-openid) +[![PyPI](https://img.shields.io/pypi/v/python-openid.svg)](https://pypi.org/pypi/python-openid/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-openid.svg)](https://pypi.org/pypi/python-openid/) Python OpenID library - OpenID support for servers and consumers. @@ -26,7 +26,7 @@ Includes example code and support for a variety of storage back-ends. To install the base library, just run the following command: - pip install python-openid2 + pip install python-openid ## GETTING STARTED ## @@ -59,7 +59,7 @@ detailed at: ## CONTACT ## Send bug reports, suggestions, comments, and questions to -https://github.com/ziima/python-openid/issues/new +https://github.com/openid/python-openid/issues/new If you have a bugfix or feature you'd like to contribute, don't hesitate to send it to us on GitHub. diff --git a/examples/consumer.py b/examples/consumer.py index 970865a..9d38571 100644 --- a/examples/consumer.py +++ b/examples/consumer.py @@ -427,7 +427,7 @@ Content-type: text/html; charset=UTF-8

%s

This example consumer uses the Python + "https://github.com/openid/python-openid" >Python OpenID library. It just verifies that the identifier that you enter is your identifier.

diff --git a/setup.py b/setup.py index f8f34c4..fa07a59 100644 --- a/setup.py +++ b/setup.py @@ -48,12 +48,12 @@ CLASSIFIERS = [ setup( - name='python-openid2', + name='python-openid', version=VERSION, description='Python OpenID library - OpenID support for servers and consumers.', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', - url='https://github.com/ziima/python-openid', + url='https://github.com/openid/python-openid', packages=['openid', 'openid.consumer', 'openid.server', -- cgit v1.2.1