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( setup(
name = "IndicoIo", name = "IndicoIo",
version = '0.2.6', version = '0.2.7',
packages = [ packages = [
"IndicoIo", "IndicoIo",
"IndicoIo.text", "IndicoIo.text",
"IndicoIo.images", "IndicoIo.images",
"tests",
], ],
license = "MIT License (See LICENSE)", license = "MIT License (See LICENSE)",
long_description = open("README").read(), long_description = open("README").read(),