Skip to content

Commit 8d32077

Browse files
committed
Merge pull request #2 from graingert/patch-1
add github URL to setup.py
2 parents 7b3e322 + 9d856ee commit 8d32077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ def run(self):
5858

5959
provides = [ 'unidecode' ],
6060

61-
cmdclass = { 'test': TestCommand }
61+
cmdclass = { 'test': TestCommand },
62+
url = 'https://github.com/iki/unidecode/'
6263
)

0 commit comments

Comments
 (0)