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 @@ from setuptools import setup 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',