setup changes

This commit is contained in:
Charlotte-Sommerville
2014-05-05 10:50:51 -04:00
parent 2c91d99d5b
commit 15f0da9b26
+2 -2
View File
@@ -5,11 +5,11 @@ except ImportError:
setup(
name = "IndicoIo",
version = '0.2.1',
version = '0.2.2',
packages = ["IndicoIo",],
license = "MIT License (See LICENSE)",
long_description = open("README.md").read(),
url = "http://www.indico.io",
url = "https://github.com/IndicoDataSolutions/IndicoIo-python",
author = "Alec Radford, Slater Victoroff",
author_email = "Alec Radford <alec@indicodatasolutions.com>, Slater Victoroff <slater@indicodatasolutions.com>",
)