cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

commit
7b93e2b26a06dcceedd6e20717ca82e3a5c1c767
parent
a57c46c0b536465ff4ded4e66d7133ff85c59382
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-06-04 08:00
typo

Diffstat

M setup.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/setup.py b/setup.py

@@ -12,7 +12,7 @@ setup(
   12    12     py_modules=['cctool'],
   13    13     extras_require={
   14    14         'ldif': ['python-ldap'],
   15    -1         'ical': ['icaledar'],
   -1    15         'ical': ['icalendar'],
   16    16         'yaml': ['PyYAML'],
   17    17     },
   18    18     license='GPLv3+',