Adding tests to pip repo

This commit is contained in:
Charlotte-Sommerville
2014-05-05 17:17:31 -07:00
parent 26e8ba433c
commit 67d53d25d8
+2 -1
View File
@@ -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(),