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'] )