diff --git a/setup.py b/setup.py index b909baf..ddfd844 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ def package_data(pkg, roots): name='xblock-google-drive', version='0.4.0', description='An XBlock which allows embedding of Google documents and calendar within an edX course', + url='https://github.com/openedx/xblock-google-drive', packages=[ 'google_drive', ],