Skip to content

Commit

Permalink
Replace Cal-CS-61A-Staff with okpy in URLs (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored and colinschoen committed Jul 10, 2018
1 parent 024af8a commit a6b1397
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ your course.

The ok client software was developed for CS 61A at UC Berkeley.

[![Build Status](https://travis-ci.org/Cal-CS-61A-Staff/ok-client.svg?branch=master)](https://travis-ci.org/Cal-CS-61A-Staff/ok-client)
[![Build Status](https://travis-ci.org/okpy/ok-client.svg?branch=master)](https://travis-ci.org/okpy/ok-client)
[![PyPI Version](http://img.shields.io/pypi/v/okpy.svg)](https://pypi.python.org/pypi/okpy)

## Developer Instructions
Expand Down
2 changes: 1 addition & 1 deletion release.py
Expand Up @@ -11,7 +11,7 @@
from client.utils import auth

GITHUB_TOKEN_FILE = '.github-token'
GITHUB_REPO = 'Cal-CS-61A-Staff/ok-client'
GITHUB_REPO = 'okpy/ok-client'
OK_SERVER_URL = 'okpy.org'

def abort(message=None):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,8 +11,8 @@
description=('ok.py supports programming projects by running tests, '
'tracking progress, and assisting in debugging.'),
# long_description=long_description,
url='https://github.com/Cal-CS-61A-Staff/ok-client',
# download_url='https://github.com/Cal-CS-61A-Staff/ok/releases/download/v{}/ok'.format(VERSION),
url='https://github.com/okpy/ok-client',
# download_url='https://github.com/okpy/ok/releases/download/v{}/ok'.format(VERSION),

license='Apache License, Version 2.0',
keywords=['education', 'autograding'],
Expand Down

0 comments on commit a6b1397

Please sign in to comment.