Skip to content

Commit

Permalink
fixed setup.py URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSalmon committed Feb 20, 2016
1 parent 87b1e5a commit 743440c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,8 +3,8 @@
config = {
'description': 'a dead simple name generator',
'author': 'Ben Jones',
'url': 'https://www.github.com/realsalmon/namesake/',
'download_url': 'https://www.github.com/realsalmon/namesake/releases/tag/v0.1',
'url': 'https://www.github.com/realsalmon/python-namesake/',
'download_url': 'https://www.github.com/realsalmon/python-namesake/releases/tag/v0.1',
'author_email': 'ben@fogbutter.com',
'version': '0.1',
'packages': ['namesake'],
Expand Down

0 comments on commit 743440c

Please sign in to comment.