diff --git a/make_metadata.py b/make_metadata.py index ed71679a..60af39b9 100755 --- a/make_metadata.py +++ b/make_metadata.py @@ -19,7 +19,7 @@ setup(name='micropython-%(dist_name)s', version='%(version)s', description=%(desc)r, long_description=%(long_desc)s, - url='https://github.com/micropython/micropython/issues/405', + url='https://github.com/micropython/micropython-lib', author=%(author)r, author_email=%(author_email)r, maintainer=%(maintainer)r,