update keywords

This closes #12
This commit is contained in:
mb
2020-07-07 08:35:54 +02:00
parent 0f46943120
commit f0454a09cb
3 changed files with 4 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ Types of Contributions
Report Bugs 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: 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 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: If you are proposing a feature:

View File

@@ -123,7 +123,7 @@ html_theme_options = {
'github_banner': True, 'github_banner': True,
'show_powered_by': False, 'show_powered_by': False,
'extra_nav_links': { '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/', 'invenio-config-tugraz@PyPI': 'https://pypi.python.org/pypi/invenio-config-tugraz/',
} }
} }

View File

@@ -53,9 +53,6 @@ setup_requires = [
install_requires = [ install_requires = [
'Flask-BabelEx>=0.9.4', 'Flask-BabelEx>=0.9.4',
'invenio_oauthclient>=1.2.1', 'invenio_oauthclient>=1.2.1',
# todo
# change to the release
# this branch will install flask-sso-saml@behind-loadbalancer
'invenio-shibboleth>=0.0.1', 'invenio-shibboleth>=0.0.1',
] ]
@@ -74,7 +71,7 @@ setup(
version=version, version=version,
description=__doc__, description=__doc__,
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
keywords='invenio TODO', keywords='invenio, config, Tu Graz',
license='MIT', license='MIT',
author='Mojib Wali', author='Mojib Wali',
author_email='mojib.wali@tugraz.at', author_email='mojib.wali@tugraz.at',