Skip to content

Commit

Permalink
Merge pull request #2 from graingert/patch-1
Browse files Browse the repository at this point in the history
add github URL to setup.py
  • Loading branch information
iki committed Nov 14, 2013
2 parents 7b3e322 + 9d856ee commit 8d32077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -58,5 +58,6 @@ def run(self):

provides = [ 'unidecode' ],

cmdclass = { 'test': TestCommand }
cmdclass = { 'test': TestCommand },
url = 'https://github.com/iki/unidecode/'
)

0 comments on commit 8d32077

Please sign in to comment.