Skip to content

Commit 9d856ee

Browse files
committed
add github URL to setup.py
1 parent 7b3e322 commit 9d856ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)