updated readme, changed routes, and included some additional infrastructure

This commit is contained in:
Slater-Victoroff
2014-05-14 00:04:16 -04:00
parent 67d53d25d8
commit 97ab57fbfe
8 changed files with 73 additions and 14 deletions
+2 -1
View File
@@ -5,13 +5,14 @@ except ImportError:
setup(
name = "IndicoIo",
version = '0.2.7',
version = '0.2.8',
packages = [
"IndicoIo",
"IndicoIo.text",
"IndicoIo.images",
"tests",
],
description = "A Python Wrapper for IndicoIo. Use pre-built state of the art machine learning algorithms with a single line of code.",
license = "MIT License (See LICENSE)",
long_description = open("README").read(),
url = "https://github.com/IndicoDataSolutions/IndicoIo-python",