From c1227105abbdac1a07fe7cd1f1f78474c056edbf Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 25 Oct 2012 22:30:46 -0400 Subject: [PATCH] Tweaks indentation. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aebf6446..baa06352 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ setup(name='zipline', 'pytz', 'numpy', 'pandas' - ], + ], url="https://github.com/quantopian/zipline" )