From 15f0da9b26445a64462b2a5537b4c10408342ca6 Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 10:50:51 -0400 Subject: [PATCH] setup changes --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c499508..7d6616c 100644 --- a/setup.py +++ b/setup.py @@ -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 , Slater Victoroff ", )