mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-07-19 11:19:54 +08:00
Cleaner api handler interface + extended tests
This commit is contained in:
@@ -8,7 +8,7 @@ except ImportError:
|
||||
|
||||
setup(
|
||||
name="IndicoIo",
|
||||
version='0.4.15',
|
||||
version='0.5.0',
|
||||
packages=[
|
||||
"indicoio",
|
||||
"indicoio.text",
|
||||
@@ -21,7 +21,7 @@ setup(
|
||||
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(),
|
||||
long_description=open("README.rst").read(),
|
||||
url="https://github.com/IndicoDataSolutions/indicoio-python",
|
||||
author="Alec Radford, Slater Victoroff, Aidan McLaughlin",
|
||||
author_email="""
|
||||
|
||||
Reference in New Issue
Block a user