We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9344330 commit ccfa8d0Copy full SHA for ccfa8d0
setup.py
@@ -121,7 +121,14 @@
121
license='Apache License 2.0',
122
author='Swiss Data Science Center',
123
author_email='[email protected]',
124
- url='https://github.com/SwissDataScienceCenter/renku-python',
+ 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
+ },
132
packages=packages,
133
zip_safe=False,
134
include_package_data=True,
0 commit comments