From 12117ca91c24040b3ad94a7fc152bf4bb4b8380f Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 30 Nov 2016 21:59:45 +0100 Subject: [PATCH] Host the package temporarily on github --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 738d784..43806f4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='blender_file', version='0.1', description='Blender File', - url='https://developer.blender.org/diffusion/BBF/', + url='https://github.com/dfelinto/blender-file/', author='At Mind B.V. - Jeroen Bakker, Blender Foundation - Campbell Barton', author_email='foundation@blender.org', license='GNU General Public License v2 or later (GPLv2+)',