Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hammel committed May 3, 2011
1 parent cccef92 commit 9af8e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ ${VIRTUALENV} toolbox
cd toolbox
. bin/activate
mkdir src
git clone git://github.com/k0s/toolbox.git
git clone git://github.com/mozilla/toolbox.git
cd toolbox
python setup.py develop
# now run:
# now run:
# paster serve paste.ini
# from the toolbox virtualenv to serve the sample app
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'whoosh',
'couchdb',
'docutils',
'relocator'
'relocator' # technically optional, but here for ease of install
]
try:
import json
Expand All @@ -30,7 +30,7 @@
classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
author='Jeff Hammel',
author_email='jhammel@mozilla.com',
url='',
url='https://github.com/mozilla/toolbox',
license="MPL",
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
Expand Down

0 comments on commit 9af8e29

Please sign in to comment.