From a20fd03a724f75756207fc8d634381a833d998dc Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 11:10:37 -0400 Subject: [PATCH] explicit inclusion --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2b8022..1c326a0 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,5 @@ setup( url = "https://github.com/IndicoDataSolutions/IndicoIo-python", author = "Alec Radford, Slater Victoroff", author_email = "Alec Radford , Slater Victoroff ", - py_modules = ['IndicoIo', 'IndicoIo.text', 'IndicoIo.images'] + py_modules = ['IndicoIo.text.sentiment', 'IndicoIo.images.fer', 'IndicoIo.images.facial_features'] )