From c97a0fb059fd6c32522a0012bdd195dda7f6ae4c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Mar 2015 23:07:19 +0100 Subject: [PATCH] [requires.io] dependency update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed833ec..7a90b4e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author='Anton Agestam', author_email='msn@antonagestam.se', packages=find_packages(), - url='https://github.com/FundedByMe/collectfast/', + url='https://github.com/antonagestam/collectfast/', license='Creative Commons Attribution-ShareAlike 3.0 Unported License', include_package_data=True, install_requires=['Django>=1.4', 'python-dateutil>=2.1', 'pytz>=2014.2', ],