Rename wacz_enricher to wacz_extractor_enricher. Fixes #205

This commit is contained in:
Patrick Robertson
2025-02-20 11:32:53 +00:00
parent 49b6c32058
commit b978484a89
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +0,0 @@
from .wacz_enricher import WaczExtractorEnricher

View File

@@ -0,0 +1 @@
from .wacz_extractor_enricher import WaczExtractorEnricher

View File

@@ -1,7 +1,7 @@
{
"name": "WACZ Enricher",
"name": "WACZ Enricher (and Extractor)",
"type": ["enricher", "extractor"],
"entry_point": "wacz_enricher::WaczExtractorEnricher",
"entry_point": "wacz_extractor_enricher::WaczExtractorEnricher",
"requires_setup": True,
"dependencies": {
"python": [