diff --git a/setup.py b/setup.py index 644d0ad3..26216883 100644 --- a/setup.py +++ b/setup.py @@ -365,6 +365,7 @@ if __name__ == '__main__': author = AUTHOR, author_email = AUTHOR_EMAIL, url = URL, + project_urls = PROJECT_URLS, download_url = DOWNLOAD_URL, license = LICENSE, platforms = PLATFORMS,