From 67ff20440aa103edbd6f644e3677719ec2e237eb Mon Sep 17 00:00:00 2001 From: militarpancho Date: Mon, 16 Jan 2017 17:44:57 +0100 Subject: [PATCH] Change module name --- affect/{sentiEmotions.py => affect.py} | 0 affect/{sentiEmotions.senpy => affect.senpy} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename affect/{sentiEmotions.py => affect.py} (100%) rename affect/{sentiEmotions.senpy => affect.senpy} (97%) diff --git a/affect/sentiEmotions.py b/affect/affect.py similarity index 100% rename from affect/sentiEmotions.py rename to affect/affect.py diff --git a/affect/sentiEmotions.senpy b/affect/affect.senpy similarity index 97% rename from affect/sentiEmotions.senpy rename to affect/affect.senpy index ca7493d..d6042fe 100644 --- a/affect/sentiEmotions.senpy +++ b/affect/affect.senpy @@ -1,6 +1,6 @@ { "name": "affect", - "module": "sentiEmotions", + "module": "affect", "description": "Sentiment Analysis and Emotion Recognition", "author": "GSI UPM", "version": "0.1",