From 67d53d25d81a611cf52b9b1fef2afab515608fd5 Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 17:17:31 -0700 Subject: [PATCH] Adding tests to pip repo --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c830aaf..bab3917 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,12 @@ except ImportError: setup( name = "IndicoIo", - version = '0.2.6', + version = '0.2.7', packages = [ "IndicoIo", "IndicoIo.text", "IndicoIo.images", + "tests", ], license = "MIT License (See LICENSE)", long_description = open("README").read(),