Improved setup.py

This commit is contained in:
2020-12-15 20:11:41 +01:00
parent aa90adfd48
commit d76bf45645
3 changed files with 6 additions and 7 deletions

View File

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