-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
53 lines (45 loc) · 1.69 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = oarepo-dashboard
version = 1.0.17
description = Support for user dashboard (records, communities, requests)
authors = Mirek Simek <[email protected]>
readme = README.md
long_description = file:README.md
long_description_content_type = text/markdown
[options]
python = >=3.10
install_requires =
oarepo-runtime>=1.4.44
openpyxl
oarepo-ui>=5.0.91
cachetools
packages = find:
include_package_data = True
[options.extras_require]
dev =
oarepo-tools
tests =
pytest>=7.1.2
pytest-invenio
black
isort
autoflake
[options.packages.find]
exclude =
tests
[options.package_data]
* = *.json, *.rst, *.md, *.json5, *.jinja2, *.po, *.mo, *.pot, *.js, *.jsx, *.less, *.jinja, *.overrides, *.variables
[options.entry_points]
invenio_base.blueprints =
oarepo_dashboard_records = oarepo_dashboard.ui.dashboard_records:create_blueprint
oarepo_dashboard_requests = oarepo_dashboard.ui.dashboard_requests:create_blueprint
oarepo_dashboard_communities = oarepo_dashboard.ui.dashboard_communities:create_blueprint
oarepo_dashboard_components = oarepo_dashboard.ui.dashboard_components:create_blueprint
invenio_assets.webpack =
oarepo_dashboard_i18n = oarepo_dashboard.i18n.webpack:theme
oarepo_dashboard_records_ui_theme = oarepo_dashboard.ui.dashboard_records.webpack:theme
oarepo_dashboard_requests_ui_theme = oarepo_dashboard.ui.dashboard_requests.webpack:theme
oarepo_dashboard_communities_ui_theme = oarepo_dashboard.ui.dashboard_communities.webpack:theme
oarepo_dashboard_components_ui_theme = oarepo_dashboard.ui.dashboard_components.webpack:theme
invenio_i18n.translations =
oarepo_dashboard_messages = oarepo_dashboard.i18n