From 096470664b7e5645102d1ee2eaf00d40d1868a6c Mon Sep 17 00:00:00 2001 From: Michael Hamm Date: Tue, 6 Nov 2018 10:15:45 +0100 Subject: [PATCH] Move RTIR Event Classification to Generic Event Classification --- MANIFEST.json | 4 ++-- .../machinetag.json | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {rtir_event_classification => event_classification}/machinetag.json (100%) diff --git a/MANIFEST.json b/MANIFEST.json index 71ca947..c3923b0 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -397,8 +397,8 @@ }, { "version": 1, - "name": "rtir_event_classification", - "description": "RTIR Event Classification." + "name": "event_classification", + "description": "Event Classification." } ], "path": "machinetag.json", diff --git a/rtir_event_classification/machinetag.json b/event_classification/machinetag.json similarity index 100% rename from rtir_event_classification/machinetag.json rename to event_classification/machinetag.json