mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
Merge pull request #10 from mb-wali/invenio-shibboleth
Invenio shibboleth
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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/',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"""invenio module that adds tugraz configs."""
|
||||
|
||||
from flask_babelex import gettext as _
|
||||
from invenio_saml.handlers import acs_handler_factory
|
||||
from invenio_shibboleth.handlers import acs_handler_factory
|
||||
|
||||
"""invenio-saml import"""
|
||||
|
||||
|
||||
9
setup.py
9
setup.py
@@ -18,7 +18,7 @@ history = open('CHANGES.rst').read()
|
||||
tests_require = [
|
||||
'check-manifest>=0.25',
|
||||
'coverage>=4.0',
|
||||
'isort>=4.3.3',
|
||||
'isort>=4.3.3, <5.0.0',
|
||||
'pydocstyle>=2.0.0',
|
||||
'pytest-cov>=2.5.1',
|
||||
'pytest-pep8>=1.0.6',
|
||||
@@ -53,10 +53,7 @@ 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-saml @ git+https://github.com/mb-wali/invenio-saml@tugraz',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user