Commit bb6eafbb by Will Daly

Fix homepage URL in setup.py

parent efc52aa7
...@@ -36,7 +36,7 @@ setup( ...@@ -36,7 +36,7 @@ setup(
version='0.0.1', version='0.0.1',
author='edX', author='edX',
description='An API for creating submissions and scores.', description='An API for creating submissions and scores.',
url='http://github.com/edx/submissions.git', url='http://github.com/edx/edx-submissions.git',
license='AGPL', license='AGPL',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment