-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
44 lines (34 loc) · 961 Bytes
/
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
[metadata]
name = oarepo-doi
version = 1.0.17
description =
authors = Alzbeta Pokorna <[email protected]>
readme = README.md
long_description = file:README.md
long_description_content_type = text/markdown
[options]
python = >=3.12
install_requires =
invenio-requests
oarepo-requests
packages = find:
[tool.setuptools.packages.find]
include = ['oarepo_requests.*']
[options.package_data]
* = *.json, *.rst, *.md, *.json5, *.jinja2, *.po, *.mo, *.pot,
oarepo_doi = translations/*, translations/cs/LC_MESSAGES/*, translations/en/LC_MESSAGES/*
[options.extras_require]
dev =
oarepo-tools
tests =
oarepo-model-builder-tests
oarepo-requests
[options.entry_points]
invenio_base.apps =
oarepo_doi = oarepo_doi.ext:OARepoDOI
invenio_base.api_apps =
oarepodoi = oarepo_doi.ext:OARepoDOI
invenio_requests.types =
assign-doi-request = oarepo_doi.types.doi:AssignDoiRequestType
invenio_i18n.translations =
oarepo_doi = oarepo_doi