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 15cb3f2 commit 33d9697Copy full SHA for 33d9697
setup.py
@@ -28,6 +28,11 @@
28
author='Kaggle',
29
author_email='support@kaggle.com',
30
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
+ },
36
keywords=['Kaggle', 'API'],
37
entry_points={'console_scripts': ['kaggle = kaggle.cli:main']},
38
install_requires=[
0 commit comments