Added first cli commands

This commit is contained in:
2020-12-15 22:16:24 +01:00
parent d76bf45645
commit 8c531ebd11
15 changed files with 223 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ setuptools.setup(
],
entry_points={
'console_scripts': [
'cpl = sh_edraft.cli.cpl_cli:CPLCli.main'
'cpl = sh_edraft.cli.cpl_cli.cli:main'
]
}
)