summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndrii Oriekhov <andriyorehov@gmail.com>2022-02-28 16:02:00 +0200
committerGitHub <noreply@github.com>2022-02-28 09:02:00 -0500
commit8bc9cd0ae8a022339ebb9f38b9f3c3e394ac5af1 (patch)
tree7a88252370f305d87da96b0fab0fae9de13b0b4b /setup.py
parent7bd0df4f60a9fb919985e1375ddf289ccb42fbe8 (diff)
downloadpyopenssl-8bc9cd0ae8a022339ebb9f38b9f3c3e394ac5af1.tar.gz
add GitHub URL for PyPi (#1100)
* add GitHub URL for PyPi * fix formatting
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
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",