update project URL, add gitignore

This commit is contained in:
David Baumgold
2013-11-06 13:28:54 -05:00
parent 27d52b8ca6
commit 3e08a697f9
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
*.pyc
*.egg-info
dist
+1 -1
View File
@@ -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',