From 8ec97cfc2a81037634d01f63ffe3c7b174a24c7d Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Thu, 16 Oct 2014 00:53:39 +0200 Subject: [PATCH] Fixed setup scripts' url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c56d370..a738dfe 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( author_email = "veit.heller@htw-berlin.de", version = "0.1.0 Alpha", long_description = long_description, - url = "https://git.com/hellerve/_", + url = "https://github.com/hellerve/_", packages = ['_',], license = "MIT", platforms = ['Linux', 'OS X', 'Windows']