mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
global: make it compatible with v12
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020-2021 Graz University of Technology.
|
# Copyright (C) 2020-2023 Graz University of Technology.
|
||||||
#
|
#
|
||||||
# invenio-theme-tugraz is free software; you can redistribute it and/or
|
# invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
"""invenio module for TUGRAZ theme."""
|
"""invenio module for TUGRAZ theme."""
|
||||||
|
|
||||||
from flask_babelex import gettext as _
|
from invenio_i18n import gettext as _
|
||||||
|
|
||||||
INVENIO_THEME_TUGRAZ_DEFAULT_VALUE = _("TU Graz Repository")
|
INVENIO_THEME_TUGRAZ_DEFAULT_VALUE = _("TU Graz Repository")
|
||||||
"""Default value for the application."""
|
"""Default value for the application."""
|
||||||
|
|||||||
11
setup.cfg
11
setup.cfg
@@ -33,17 +33,16 @@ classifiers =
|
|||||||
[options]
|
[options]
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.8
|
python_requires = >=3.9
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
install_requires =
|
install_requires =
|
||||||
flask-babel>=2,<3
|
invenio-assets>=2.0.0
|
||||||
invenio-assets>=2.0.0,<3.0.0
|
invenio-i18n>=1.3.1
|
||||||
invenio-i18n>=1.3.1,<1.4.0
|
invenio_config_tugraz>=0.11.0
|
||||||
invenio_config_tugraz>=0.11.0,<0.12.0
|
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
tests =
|
tests =
|
||||||
pytest-black>=0.3.0
|
pytest-black-ng>=0.4.0
|
||||||
Sphinx>=4.5.0
|
Sphinx>=4.5.0
|
||||||
pytest-invenio>=2.1.0,<3.0.0
|
pytest-invenio>=2.1.0,<3.0.0
|
||||||
invenio-app>=1.3.4,<1.4.0
|
invenio-app>=1.3.4,<1.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user