Skip to content

Commit ccfa8d0

Browse files
authored
chore: add missing project urls
1 parent 9344330 commit ccfa8d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,14 @@
121121
license='Apache License 2.0',
122122
author='Swiss Data Science Center',
123123
author_email='[email protected]',
124-
url='https://github.com/SwissDataScienceCenter/renku-python',
124+
url='https://github.com/swissdatasciencecenter/renku-python',
125+
project_urls={
126+
'Changelog': (
127+
'https://github.com/swissdatasciencecenter/renku-python'
128+
'blob/master/CHANGES.rst'
129+
),
130+
'Docs': 'https://renku-python.rtfd.io/',
131+
},
125132
packages=packages,
126133
zip_safe=False,
127134
include_package_data=True,

0 commit comments

Comments
 (0)