Skip to content

Commit 33d9697

Browse files
authored
add project links to the pypi page (#461)
1 parent 15cb3f2 commit 33d9697

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
author='Kaggle',
2929
author_email='support@kaggle.com',
3030
url='https://github.com/Kaggle/kaggle-api',
31+
project_urls={
32+
'Documentation': 'https://www.kaggle.com/docs/api',
33+
'GitHub': 'https://github.com/Kaggle/kaggle-api',
34+
'Tracker': 'https://github.com/Kaggle/kaggle-api/issues',
35+
},
3136
keywords=['Kaggle', 'API'],
3237
entry_points={'console_scripts': ['kaggle = kaggle.cli:main']},
3338
install_requires=[

0 commit comments

Comments
 (0)