We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3e322 commit 9d856eeCopy full SHA for 9d856ee
1 file changed
setup.py
@@ -58,5 +58,6 @@ def run(self):
58
59
provides = [ 'unidecode' ],
60
61
- cmdclass = { 'test': TestCommand }
+ cmdclass = { 'test': TestCommand },
62
+ url = 'https://github.com/iki/unidecode/'
63
)
0 commit comments