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" )