Skip to content

Commit

Permalink
Fix setup.py homepage link
Browse files Browse the repository at this point in the history
Point to the Github project since we don't have a real homepage yet.
  • Loading branch information
mgood committed Oct 11, 2012
1 parent a66431c commit 0fbb902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description = open('README.txt').read(),
author = 'Matt Good',
author_email = 'matt@matt-good.net',
url = 'http://mgood.github.com/lola/',
url = 'http://github.com/mgood/lola/',
platforms = 'any',

py_modules = ['lola'],
Expand Down

0 comments on commit 0fbb902

Please sign in to comment.