diff options
author | Vlastimil Zíma <vlastimil.zima@nic.cz> | 2020-11-25 16:11:48 +0100 |
---|---|---|
committer | Vlastimil Zíma <vlastimil.zima@nic.cz> | 2020-11-25 16:12:21 +0100 |
commit | d7bf3fc69f816385ea9cdadfafbb012fd575f99b (patch) | |
tree | c27d47ee23ac5c84691688c144f8afc506ed2d4a /setup.py | |
parent | afa6adacbe1a41d8f614c8bce2264dfbe9e76489 (diff) | |
download | openid-move-back.tar.gz |
Move repository backmove-back
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |