Skip to content
Snippets Groups Projects

Resolve "Installed executables point to wrong function"

Merged User expired requested to merge 61-installed-executables-point-to-wrong-function into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -38,8 +38,8 @@ setup(
],
entry_points={
'console_scripts': [
'dp=dbispipeline.cli.main:_main',
'dbispipeline=dbispipeline.cli.main:_main',
'dp=dbispipeline.cli.main:main',
'dbispipeline=dbispipeline.cli.main:main',
'dbispipeline-link=dbispipeline.cli.main:link',
],
},
Loading