diff --git a/setup.py b/setup.py index d5468ff3..70c63adb 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,9 @@ license='MIT License', long_description=README, url='http://www.dropbox.com/developers', + project_urls={ + 'Source': 'https://github.com/dropbox/dropbox-sdk-python', + }, # From classifiers=[ 'Development Status :: 5 - Production/Stable',