mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
Rename wacz_enricher to wacz_extractor_enricher. Fixes #205
This commit is contained in:
@@ -1 +0,0 @@
|
||||
from .wacz_enricher import WaczExtractorEnricher
|
||||
@@ -0,0 +1 @@
|
||||
from .wacz_extractor_enricher import WaczExtractorEnricher
|
||||
@@ -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": [
|
||||
Reference in New Issue
Block a user