diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-08 02:26:26 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-08 02:26:26 +0900 |
commit | c8c77b406946287110d2a6092c4d4ad419925981 (patch) | |
tree | 01b94e235f2932141d5464ed61b3c4e549c66bb3 /README.rst | |
parent | cb49c8687a12a98b8d216b62bd49d90d6b1fa422 (diff) |
update setup, deps are in pypi now
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..b6d2d684 --- /dev/null +++ b/README.rst @@ -0,0 +1,12 @@ +Soledad -- Synchronization Of Locally Encrypted Data Among Devices +================================================================== + +This software is under development. + +Tests +----- + +To run CouchDB tests, be sure you have CouchDB installed on your system. +Tests can be run with: + + python setup.py test |