From c8ffe3629f85dce09e759ea0dd0be61266499b21 Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 11:08:14 -0400 Subject: [PATCH] added packages --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7622f33..e2b8022 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,12 @@ except ImportError: setup( name = "IndicoIo", - version = '0.2.3', + version = '0.2.4', packages = ["IndicoIo",], license = "MIT License (See LICENSE)", long_description = open("README").read(), 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'] )