summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobixen@gmail.com>2013-12-03 02:53:16 +0100
committerTobias Brox <tobixen@gmail.com>2013-12-03 02:53:16 +0100
commit0fa4ec59b759007fcd18dd9fa1801c6e48bd9750 (patch)
tree99f02445513dc2994cda6406e3f8cff51434d5bb /README.md
parent78b7978ddfaabddfbab34d410b589cb9b1126dd4 (diff)
downloadcalendar-cli-0fa4ec59b759007fcd18dd9fa1801c6e48bd9750.zip
minor README change
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d42d961..7613814 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Simple command-line CalDav client, for adding and browsing calendar items, todo
Status
------
-This is work in progress. Writing to calendars seems to work, and I'm using it actively for adding stuff to my calendars - taking out the agenda is not completed yet.
+This is work in progress. Writing to calendars seems to work, and I'm using it actively for adding stuff to my calendars - taking out the agenda is not completed yet. This is written in python2 as some of the libraries being used aren't available in python3.
Rationale
---------
@@ -108,6 +108,7 @@ Roadmap
* Delete events. Needed for making a functional test suite.
* Fix a functional test suite.
* CLI-interface for creating ical todo events
+* Wrap it into an easy-to-install package
History
-------