Browse Source

Moved repository.

hotfix/merge
Marcos Pereira 6 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 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. **python-keycloak** is a Python package providing access to the Keycloak API.
@ -33,7 +33,7 @@ python-keycloak depends on:
## Bug reports ## Bug reports
Please report bugs and feature requests at Please report bugs and feature requests at
https://bitbucket.org/agriness/python-keycloak/issues
https://github.com/marcospereirampj/python-keycloak/issues
## Documentation ## Documentation

2
docs/source/index.rst

@ -54,7 +54,7 @@ Bug reports
================== ==================
Please report bugs and feature requests at 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 Documentation
================== ==================

2
setup.py

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

Loading…
Cancel
Save