Skip to content

Commit

Permalink
Additional modification to reflect name change
Browse files Browse the repository at this point in the history
  • Loading branch information
jleong-openedx committed Nov 16, 2016
1 parent b24bd25 commit 22cfd5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ubcpi",
"name": "prrt",
"version": "0.0.1",
"repository": "https://github.com/ubc/ubcpi.git",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ def readme():
return f.read()
else:
# fallback to a default description
return 'UBC Peer Instruction Tool'
return 'UBC Peer Rationale Reflection Tool'


setup(
name='ubcpi-xblock',
name='prrt-xblock',
version='0.5.3',
description='UBC Peer Instruction XBlock',
description='UBC Peer Rationale Reflection XBlock',
long_description=readme(),
license='Affero GNU General Public License v3 (GPLv3)',
url="https://github.com/ubc/ubcpi",
Expand Down

0 comments on commit 22cfd5c

Please sign in to comment.