added packages

This commit is contained in:
Charlotte-Sommerville
2014-05-05 11:08:14 -04:00
parent 05bf840529
commit c8ffe3629f
+2 -1
View File
@@ -5,11 +5,12 @@ except ImportError:
setup(
name = "IndicoIo",
version = '0.2.3',
version = '0.2.4',
packages = ["IndicoIo",],
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>",
py_modules = ['IndicoIo', 'IndicoIo.text', 'IndicoIo.images']
)