few tweaks for python3 support
* switch from script to entry_points in setup.py
* move the cli script in ldapcherry (to be used as a module)
* put the __main__ code in a dedicated function constituting the entry
point
* add a few python3 environments in travis file
1 parent 3d6e24e commit c81429a870d84bfeda4975ec5da3db43e06ba006
@kakwa kakwa authored on 8 Feb 2019
Showing 4 changed files
View
.travis.yml
View
ldapcherry/cli.py 0 → 100755
View
scripts/ldapcherryd 100755 → 0
View
setup.py