From 26e8ba433ce74e8e99b7e785cc35ff07a34d0519 Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 17:14:59 -0700 Subject: [PATCH] hopefully it works this time --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 7ec1a7f..c830aaf 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,11 @@ except ImportError: setup( name = "IndicoIo", - version = '0.2.5', + version = '0.2.6', packages = [ "IndicoIo", - "IndicoIo.text.sentiment", - "IndicoIo.images.fer", - "IndicoIo.images.facial_features", "IndicoIo.text", - "IndicoIo.images" + "IndicoIo.images", ], license = "MIT License (See LICENSE)", long_description = open("README").read(),