From 705f41cbdecdc698dd030eaa103a2f3bdabb9609 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 11 Oct 2016 00:34:33 +0300 Subject: [PATCH] make_metadata.py: Update URL to point to micropython-lib github page. --- make_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,