Skip to content

Commit 8bc9cd0

Browse files
authored
add GitHub URL for PyPi (#1100)
* add GitHub URL for PyPi * fix formatting
1 parent 7bd0df4 commit 8bc9cd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def find_meta(meta):
6868
author=find_meta("author"),
6969
author_email=find_meta("email"),
7070
url=URI,
71+
project_urls={
72+
"Source": "https://github.com/pyca/pyopenssl",
73+
},
7174
license=find_meta("license"),
7275
classifiers=[
7376
"Development Status :: 6 - Mature",

0 commit comments

Comments
 (0)