-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (37 loc) · 1.19 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
[metadata]
name = oarepo-workflows
version = 1.1.1
description =
authors = Ronald Krist <[email protected]>
readme = README.md
long_description = file:README.md
long_description_content_type = text/markdown
[options]
python = >=3.12
install_requires =
invenio-records-resources
invenio-requests
oarepo-runtime
packages = find:
include_package_data = True
[options.package_data]
* = *.json, *.rst, *.md, *.json5, *.jinja2, *.po, *.mo, *.pot, *.js, *.jsx, *.less, *.jinja
[options.packages.find]
exclude =
tests
tests.*
[options.entry_points]
invenio_base.apps =
oarepo_workflows = oarepo_workflows.ext:OARepoWorkflows
invenio_base.api_apps =
oarepo_workflows = oarepo_workflows.ext:OARepoWorkflows
invenio_requests.entity_resolvers =
auto_approve = oarepo_workflows.resolvers.auto_approve:AutoApproveResolver
invenio_base.finalize_app =
oarepo_workflows = oarepo_workflows.ext:finalize_app
invenio_base.api_finalize_app =
oarepo_workflows = oarepo_workflows.ext:finalize_app
invenio_base.api_blueprints =
oarepo_workflows = oarepo_workflows.views.api:create_api_blueprint
invenio_base.blueprints =
oarepo_workflows = oarepo_workflows.views.app:create_app_blueprint