@@ -24,7 +24,6 @@ maintainers = [
2424 { name = " Stephan Druskat" , email = " stephan.druskat@dlr.de" },
2525]
2626readme = " README.md"
27- repository = " https://github.com/softwarepub/hermes"
2827keywords = [" software" , " publication" , " metadata" , " automation" ]
2928
3029dependencies = [
@@ -98,25 +97,6 @@ sphinx-togglebutton="^0.3.2"
9897reuse = " ^1.1.2"
9998sphinxcontrib-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 ]
121101docs-build = " poetry run sphinx-build -M html docs/source docs/build -W"
122102docs-clean = " poetry run sphinx-build -M clean docs/source docs/build"
0 commit comments