mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-07-12 00:50:38 +08:00
updated readme, changed routes, and included some additional infrastructure
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user