Skip to content

Commit

Permalink
global: remove invenio-admin
Browse files Browse the repository at this point in the history
* invenio-admin was deprecated in favour of invenio-administration and
  is removed now
  • Loading branch information
utnapischtim committed Apr 2, 2024
1 parent 965855e commit eefd94d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
80 changes: 0 additions & 80 deletions invenio_records/admin.py

This file was deleted.

7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is part of Invenio.
# Copyright (C) 2015-2022 CERN.
# Copyright (C) 2021 TU Wien.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -39,12 +39,9 @@ install_requires =
[options.extras_require]
tests =
pytest-black>=0.3.0
invenio-admin>=1.4.0,<2.0.0
pytest-invenio>=2.1.0,<3.0.0
pytest-mock>=1.6.0
sphinx>=4.5.0
admin =
invenio-admin>=1.2.1,<2.0.0
mysql =
invenio-db[mysql,versioning]>=1.0.14,<2.0.0
postgresql =
Expand All @@ -55,8 +52,6 @@ docs =
# Kept for backwards compatibility

[options.entry_points]
invenio_admin.views =
invenio_records = invenio_records.admin:record_adminview
invenio_base.apps =
invenio_records = invenio_records:InvenioRecords
invenio_base.api_apps =
Expand Down

0 comments on commit eefd94d

Please sign in to comment.