From 8bc9cd0ae8a022339ebb9f38b9f3c3e394ac5af1 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Mon, 28 Feb 2022 16:02:00 +0200 Subject: add GitHub URL for PyPi (#1100) * add GitHub URL for PyPi * fix formatting --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ecc23cc..b7eb6d3 100755 --- a/setup.py +++ b/setup.py @@ -68,6 +68,9 @@ if __name__ == "__main__": author=find_meta("author"), author_email=find_meta("email"), url=URI, + project_urls={ + "Source": "https://github.com/pyca/pyopenssl", + }, license=find_meta("license"), classifiers=[ "Development Status :: 6 - Mature", -- cgit v1.2.1