From 3e08a697f99ed20d25f14bb7668f5933aa7053f1 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 6 Nov 2013 13:28:54 -0500 Subject: [PATCH] update project URL, add gitignore --- .gitignore | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f1f0c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.egg-info +dist diff --git a/setup.py b/setup.py index ac0b216..2a148e8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='flask-heroku', version='0.1.5', - url='https://github.com/kennethreitz/flask-heroku', + url='https://github.com/singingwolfboy/flask-heroku', license='BSD', author='Kenneth Reitz', author_email='me@kennethreitz.com',