url/badge update

Repository transfer from 'https://github.com/mb-wali' to 'https://github.com/tu-graz-library'.
This commit is contained in:
Mojib Wali
2020-10-28 13:55:09 +01:00
committed by GitHub
4 changed files with 13 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://github.com/mb-wali/invenio-config-tugraz/issues.
Report bugs at https://github.com/tu-graz-library/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/mb-wali/invenio-config-tugraz/issues.
https://github.com/tu-graz-library/invenio-config-tugraz/issues.
If you are proposing a feature:
@@ -113,6 +113,6 @@ Before you submit a pull request, check that it meets these guidelines:
1. The pull request should include tests and must not decrease test coverage.
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring.
3. The pull request should work for Python 2.7, 3.5 and 3.6. Check
https://travis-ci.org/https://github.com/https://github.com/mb-/pull_requests
3. The pull request should work for Python 3.6 and 3.7. Check
https://travis-ci.com/github/tu-graz-library/invenio-config-tugraz/pull_requests
and make sure that the tests pass for all supported Python versions.

View File

@@ -9,8 +9,8 @@
invenio-config-tugraz
=======================
.. image:: https://travis-ci.com/mb-wali/invenio-config-tugraz.svg
:target: https://travis-ci.com/github/mb-wali/invenio-config-tugraz
.. image:: https://travis-ci.com/tu-graz-library/invenio-config-tugraz.svg
:target: https://travis-ci.com/github/tu-graz-library/invenio-config-tugraz
.. image:: https://img.shields.io/pypi/dm/invenio-config-tugraz.svg
:target: https://pypi.python.org/pypi/invenio-config-tugraz
@@ -27,6 +27,9 @@
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-config-tugraz.svg
:target: https://coveralls.io/r/mb-wali/invenio-config-tugraz
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
invenio module that adds tugraz configs.
Override configs from diffrent invenio modules to meet TU Graz requirement:

View File

@@ -120,13 +120,13 @@ html_theme = "alabaster"
html_theme_options = {
"description": "invenio module that adds tugraz configs.",
"github_user": "inveniosoftware",
"github_user": "TU Graz",
"github_repo": "invenio-config-tugraz",
"github_button": False,
"github_banner": True,
"show_powered_by": False,
"extra_nav_links": {
"invenio-config-tugraz@GitHub": "https://github.com/mb-wali/invenio-config-tugraz",
"invenio-config-tugraz@GitHub": "https://github.com/tu-graz-library/invenio-config-tugraz",
"invenio-config-tugraz@PyPI": "https://pypi.python.org/pypi/invenio-config-tugraz/",
},
}

View File

@@ -61,8 +61,8 @@ setup(
keywords="invenio, config, Tu Graz",
license="MIT",
author="Mojib Wali",
author_email="mojib.wali@tugraz.at",
url="https://github.com/mb-wali/invenio-config-tugraz",
author_email="mb_wali@hotmail.com",
url="https://github.com/tu-graz-library/invenio-config-tugraz",
packages=packages,
zip_safe=False,
include_package_data=True,