hopefully it works this time

This commit is contained in:
Charlotte-Sommerville
2014-05-05 17:14:59 -07:00
parent 9494e4cb34
commit 26e8ba433c
+2 -5
View File
@@ -5,14 +5,11 @@ except ImportError:
setup( setup(
name = "IndicoIo", name = "IndicoIo",
version = '0.2.5', version = '0.2.6',
packages = [ packages = [
"IndicoIo", "IndicoIo",
"IndicoIo.text.sentiment",
"IndicoIo.images.fer",
"IndicoIo.images.facial_features",
"IndicoIo.text", "IndicoIo.text",
"IndicoIo.images" "IndicoIo.images",
], ],
license = "MIT License (See LICENSE)", license = "MIT License (See LICENSE)",
long_description = open("README").read(), long_description = open("README").read(),