Skip to content

Commit

Permalink
Bugfix pypi, and added docs on installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsileo committed Aug 19, 2013
1 parent bea9166 commit e1b0169
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This is a work in progress.
Camlipy try to behave exactly the same way that the original Camlistore Go client.
It means you can download file uploaded with ``camput`` or the web ui, and file uploaded with Camlipy works well with the ui and camget.

Installation
============

$ sudo pip install camlipy


TODO
====
Expand Down
6 changes: 6 additions & 0 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
User Guide
============

Installation
============

$ sudo pip install camlipy


Getting started
===============

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='camlipy',
version=camlipy.__version__,
version='0.1.0',
author='Thomas Sileo',
author_email='thomas.sileo@gmail.com',
description='',
Expand All @@ -17,7 +17,7 @@ def read(fname):
url='https://github.com/tsileo/camlipy',
packages=find_packages(exclude=['ez_setup', 'tests', 'tests.*']),
long_description=read('README.rst'),
install_requires=['dirtools', 'docopt', 'requests'],
install_requires=['dirtools', 'docopt', 'requests', 'simplejson'],
test_requires=['sh'],
test_suite="camlipy.tests",
entry_points={'console_scripts': ['camlipy = camlipy.cli:main']},
Expand Down

0 comments on commit e1b0169

Please sign in to comment.