diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2303fef..8db6b8d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,7 +10,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://github.com/https://github.com/https://github.com/mb-/issues. +Report bugs at https://github.com/mb-wali/invenio-config-tugraz/issues. If you are reporting a bug, please include: @@ -41,7 +41,7 @@ Submit Feedback ~~~~~~~~~~~~~~~ The best way to send feedback is to file an issue at -https://github.com/https://github.com/https://github.com/mb-/issues. +https://github.com/mb-wali/invenio-config-tugraz/issues. If you are proposing a feature: diff --git a/docs/conf.py b/docs/conf.py index b972849..9d7826c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ html_theme_options = { 'github_banner': True, 'show_powered_by': False, 'extra_nav_links': { - 'invenio-config-tugraz@GitHub': 'https://github.com/https://github.com/https://github.com/mb-', + 'invenio-config-tugraz@GitHub': 'https://github.com/mb-wali/invenio-config-tugraz', 'invenio-config-tugraz@PyPI': 'https://pypi.python.org/pypi/invenio-config-tugraz/', } } diff --git a/setup.py b/setup.py index 26ea6b3..d4c02ea 100644 --- a/setup.py +++ b/setup.py @@ -53,9 +53,6 @@ setup_requires = [ install_requires = [ 'Flask-BabelEx>=0.9.4', 'invenio_oauthclient>=1.2.1', - # todo - # change to the release - # this branch will install flask-sso-saml@behind-loadbalancer 'invenio-shibboleth>=0.0.1', ] @@ -74,7 +71,7 @@ setup( version=version, description=__doc__, long_description=readme + '\n\n' + history, - keywords='invenio TODO', + keywords='invenio, config, Tu Graz', license='MIT', author='Mojib Wali', author_email='mojib.wali@tugraz.at',