Added normalization, update docs. Aidan is now officially an author

This commit is contained in:
Slater-Victoroff
2014-06-05 14:22:20 -04:00
parent 97ab57fbfe
commit 8d34b05d9b
10 changed files with 114 additions and 33 deletions
+4 -3
View File
@@ -5,17 +5,18 @@ except ImportError:
setup(
name = "IndicoIo",
version = '0.2.8',
version = '0.2.10',
packages = [
"IndicoIo",
"IndicoIo.text",
"IndicoIo.images",
"IndicoIo.utils",
"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",
author = "Alec Radford, Slater Victoroff",
author_email = "Alec Radford <alec@indicodatasolutions.com>, Slater Victoroff <slater@indicodatasolutions.com>",
author = "Alec Radford, Slater Victoroff, Aidan McLaughlin",
author_email = "Alec Radford <alec@indicodatasolutions.com>, Slater Victoroff <slater@indicodatasolutions.com>, Aidan McLaughlin <aidan@indicodatasolutions.com>",
)