falling back

This commit is contained in:
Charlotte-Sommerville
2014-05-05 11:01:19 -04:00
parent 15f0da9b26
commit 05bf840529
3 changed files with 49 additions and 6 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ except ImportError:
setup(
name = "IndicoIo",
version = '0.2.2',
version = '0.2.3',
packages = ["IndicoIo",],
license = "MIT License (See LICENSE)",
long_description = open("README.md").read(),
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>",