summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 260921e..a843a49 100644
--- a/setup.py
+++ b/setup.py
@@ -37,10 +37,10 @@ setup(
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
],
- scripts=['calendar-cli.py'],
+ scripts=['calendar-cli.py', 'calendar-cli'],
install_requires=[
'icalendar',
- 'caldav>=0.4.0.dev',
+ 'caldav>=0.5.0',
'pytz',
'tzlocal'
],