Skip to content

Commit 526a071

Browse files
authored
add GitHub URL for PyPi (#982)
1 parent 1a95727 commit 526a071

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
@@ -78,6 +78,9 @@ def run(self):
7878

7979
setup(name='jsonnet',
8080
url='https://jsonnet.org',
81+
project_urls={
82+
'Source': 'https://github.com/google/jsonnet',
83+
},
8184
description='Python bindings for Jsonnet - The data templating language ',
8285
license="Apache License 2.0",
8386
author='David Cunningham',

0 commit comments

Comments
 (0)