Skip to content

Use entry-point instead of bin directory

This MR use python setup entry-point, instead of script.

As result

  • The $PROJECT/bin directory is not anymore needed
  • There is a single way to manage runnable scripts

On side note tango_mysql_dump as not an installed script, so, i just moved in into $PROJECT/scripts.

Merge request reports