Skip to content

Commit 0da253b

Browse files
committed
refactor: remove PEP-621 not-supported repository field and poetry based plugin definitions from pyproject.toml
1 parent 09119c7 commit 0da253b

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ maintainers = [
2424
{ name = "Stephan Druskat", email = "stephan.druskat@dlr.de" },
2525
]
2626
readme = "README.md"
27-
repository = "https://github.com/softwarepub/hermes"
2827
keywords = ["software", "publication", "metadata", "automation"]
2928

3029
dependencies = [
@@ -98,25 +97,6 @@ sphinx-togglebutton="^0.3.2"
9897
reuse = "^1.1.2"
9998
sphinxcontrib-datatemplates = "^0.11.0"
10099

101-
[tool.poetry.plugins.console_scripts]
102-
hermes = "hermes.commands.cli:main"
103-
hermes-marketplace = "hermes.commands.marketplace:main"
104-
105-
[tool.poetry.plugins."hermes.harvest"]
106-
cff = "hermes.commands.harvest.cff:CffHarvestPlugin"
107-
codemeta = "hermes.commands.harvest.codemeta:CodeMetaHarvestPlugin"
108-
109-
[tool.poetry.plugins."hermes.deposit"]
110-
file = "hermes.commands.deposit.file:FileDepositPlugin"
111-
invenio = "hermes.commands.deposit.invenio:InvenioDepositPlugin"
112-
invenio_rdm = "hermes.commands.deposit.invenio_rdm:IvenioRDMDepositPlugin"
113-
rodare = "hermes.commands.deposit.rodare:RodareDepositPlugin"
114-
115-
[tool.poetry.plugins."hermes.postprocess"]
116-
config_invenio_record_id = "hermes.commands.postprocess.invenio:config_record_id"
117-
config_invenio_rdm_record_id = "hermes.commands.postprocess.invenio_rdm:config_record_id"
118-
cff_doi = "hermes.commands.postprocess.invenio:cff_doi"
119-
120100
[tool.taskipy.tasks]
121101
docs-build = "poetry run sphinx-build -M html docs/source docs/build -W"
122102
docs-clean = "poetry run sphinx-build -M clean docs/source docs/build"

0 commit comments

Comments
 (0)