diff --git a/pyproject.toml b/pyproject.toml index 5537117..7c359a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"