summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2b3eaca..a843a49 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ 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.5.0',