File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def run(self):
67
67
include_package_data = True ,
68
68
cmdclass = {"minimal_requirements" : PrintRequirements },
69
69
use_scm_version = {"write_to" : "vdirsyncer/version.py" },
70
- entry_points = {"console_scripts" : ["vdirsyncer = vdirsyncer.cli:main " ]},
70
+ entry_points = {"console_scripts" : ["vdirsyncer = vdirsyncer.cli:app " ]},
71
71
classifiers = [
72
72
"Development Status :: 4 - Beta" ,
73
73
"Environment :: Console" ,
Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ def app(ctx, config: str):
65
65
ctx .config = load_config (config )
66
66
67
67
68
- main = app
69
-
70
-
71
68
def collections_arg_callback (ctx , param , value ):
72
69
"""
73
70
Expand the various CLI shortforms ("pair, pair/collection") to an iterable
You can’t perform that action at this time.
0 commit comments