fix: remove incorrect entry points
missed these when copy-pasting apparently
This commit is contained in:
parent
945d595329
commit
52a1d15f7a
|
@ -36,22 +36,6 @@ Repository = "https://kallithea.rattailproject.org/rattail-project/tailbone-harv
|
|||
Changelog = "https://kallithea.rattailproject.org/rattail-project/tailbone-harvest/files/master/CHANGELOG.md"
|
||||
|
||||
|
||||
[project.entry-points."rattail.subcommands"]
|
||||
import-harvest = "rattail_harvest.commands:ImportHarvest"
|
||||
|
||||
|
||||
[project.entry-points."rattail.typer_imports"]
|
||||
rattail_harvest = "rattail_harvest.commands"
|
||||
|
||||
|
||||
[project.entry-points."rattail.config.extensions"]
|
||||
rattail_harvest = "rattail_harvest.config:RattailHarvestExtension"
|
||||
|
||||
|
||||
[project.entry-points."rattail.importing"]
|
||||
"to_rattail.from_harvest.import" = "rattail_harvest.importing.harvest:FromHarvestToRattail"
|
||||
|
||||
|
||||
[tool.commitizen]
|
||||
version_provider = "pep621"
|
||||
tag_format = "v$version"
|
||||
|
|
Loading…
Reference in a new issue