From 82b7cfca46c38c30e31e20dccdd73b3f89c72fa3 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Mon, 9 Jan 2023 13:23:11 +0100 Subject: removing kal --- setup.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9ec12ba..cfa3894 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ setup( "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", ], scripts=['bin/calendar-cli.py', 'bin/calendar-cli'], - py_modules=['cal'], install_requires=[ 'icalendar', 'caldav>=0.12-dev0', @@ -37,10 +36,5 @@ setup( 'Click', 'six' ], - entry_points={ - 'console_scripts': [ - 'kal = calendar_cli.cal:cli', - ], - }, **metadata_ ) -- cgit v1.2.3