mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-08-11 11:12:45 +08:00
added packages
This commit is contained in:
@@ -5,11 +5,12 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "IndicoIo",
|
name = "IndicoIo",
|
||||||
version = '0.2.3',
|
version = '0.2.4',
|
||||||
packages = ["IndicoIo",],
|
packages = ["IndicoIo",],
|
||||||
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', 'IndicoIo.text', 'IndicoIo.images']
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user