mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-09-09 11:14:32 +08:00
modified setup.py to include proper packages
This commit is contained in:
@@ -6,11 +6,17 @@ except ImportError:
|
|||||||
setup(
|
setup(
|
||||||
name = "IndicoIo",
|
name = "IndicoIo",
|
||||||
version = '0.2.5',
|
version = '0.2.5',
|
||||||
packages = ["IndicoIo",],
|
packages = [
|
||||||
|
"IndicoIo",
|
||||||
|
"IndicoIo.text.sentiment",
|
||||||
|
"IndicoIo.images.fer",
|
||||||
|
"IndicoIo.images.facial_features",
|
||||||
|
"IndicoIo.text",
|
||||||
|
"IndicoIo.images"
|
||||||
|
],
|
||||||
license = "MIT License (See LICENSE)",
|
license = "MIT License (See LICENSE)",
|
||||||
long_description = open("README").read(),
|
long_description = open("README").read(),
|
||||||
url = "https://github.com/IndicoDataSolutions/IndicoIo-python",
|
url = "https://github.com/IndicoDataSolutions/IndicoIo-python",
|
||||||
author = "Alec Radford, Slater Victoroff",
|
author = "Alec Radford, Slater Victoroff",
|
||||||
author_email = "Alec Radford <alec@indicodatasolutions.com>, Slater Victoroff <slater@indicodatasolutions.com>",
|
author_email = "Alec Radford <alec@indicodatasolutions.com>, Slater Victoroff <slater@indicodatasolutions.com>",
|
||||||
py_modules = ['IndicoIo.text.sentiment', 'IndicoIo.images.fer', 'IndicoIo.images.facial_features']
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user