summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <t@tobixen.no>2015-03-30 01:22:19 +0200
committerTobias Brox <t@tobixen.no>2015-03-30 01:22:19 +0200
commit40b5dfe7864f4fd5315cde7afbe5b402bbbfcd00 (patch)
treeb6ce6d44dc2ed81a1c47ed467b9bfd888c375382
parent56fac314db63f32e0fe276309da29e811d9164c6 (diff)
downloadcalendar-cli-40b5dfe7864f4fd5315cde7afbe5b402bbbfcd00.zip
minor editorial improvements
-rw-r--r--README.md4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43f07ea..4a831fe 100644
--- a/README.md
+++ b/README.md
@@ -136,3 +136,7 @@ Roadmap
* CLI-interface for creating ical todo events
* Fix easy-to-use symlinks (or alternatively wrapper scripts)
* Make some nosetests
+
+Donations
+---------
+Donations are not expected, but as long as this is a one-man-project at least it's not problematic to receive donations. Send bitcoins to 139xWFKwX9WejtRR1HP917qJGnRkZ6kn4M eventually. Donations may motivate me to work on specific feature requests or issues.
diff --git a/setup.py b/setup.py
index ad45ef7..89795e7 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
scripts=['calendar-cli.py'],
install_requires=[
'icalendar',
- 'caldav>=0.2',
+ 'caldav>=0.2.2',
'pytz',
'tzlocal'
],