We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3e322 + 9d856ee commit 8d32077Copy full SHA for 8d32077
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