Skip to content

Commit

Permalink
Merge pull request #8 from edx/bradenmacdonald/course-context
Browse files Browse the repository at this point in the history
Update CCX Keys from Course -> LearningContext
  • Loading branch information
David Ormsbee committed Sep 13, 2019
2 parents 397e7b6 + 2948aba commit 76b1ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='edx-ccx-keys',
version='0.2.2',
version='1.0.0',
author='edX',
author_email='oscm@edx.org',
description='Opaque key support custom courses on edX',
Expand All @@ -24,11 +24,11 @@
'ccx_keys',
],
install_requires=[
'edx-opaque-keys>=1.0.1,<2.0.0',
'edx-opaque-keys>=2.0.0,<3.0.0',
'six>=1.10.0,<2.0.0'
],
entry_points={
'course_key': [
'context_key': [
'ccx-v1 = ccx_keys.locator:CCXLocator',
],
'usage_key': [
Expand Down

0 comments on commit 76b1ae6

Please sign in to comment.