Browse Source

Moved repository.

pull/12/head
Marcos Pereira 5 years ago
parent
commit
5c4a8ce2cc
  1. 4
      README.md
  2. 2
      docs/source/index.rst
  3. 2
      setup.py

4
README.md

@ -3,7 +3,7 @@
Python Keycloak
====================
For review- see https://bitbucket.org/agriness/python-keycloak
For review- see https://github.com/marcospereirampj/python-keycloak
**python-keycloak** is a Python package providing access to the Keycloak API.
@ -33,7 +33,7 @@ python-keycloak depends on:
## Bug reports
Please report bugs and feature requests at
https://bitbucket.org/agriness/python-keycloak/issues
https://github.com/marcospereirampj/python-keycloak/issues
## Documentation

2
docs/source/index.rst

@ -54,7 +54,7 @@ Bug reports
==================
Please report bugs and feature requests at
`https://bitbucket.org/agriness/python-keycloak/issues <https://bitbucket.org/agriness/python-keycloak/issues>`_
`https://github.com/marcospereirampj/python-keycloak/issues <https://github.com/marcospereirampj/python-keycloak/issues>`_
Documentation
==================

2
setup.py

@ -8,7 +8,7 @@ with open("README.md", "r") as fh:
setup(
name='python-keycloak',
version='0.17.1',
url='https://bitbucket.org/agriness/python-keycloak',
url='https://github.com/marcospereirampj/python-keycloak',
license='The MIT License',
author='Marcos Pereira',
author_email='marcospereira.mpj@gmail.com',

Loading…
Cancel
Save