Alignak-monitoring-contrib / alignak-app

Desktop application in system tray for Alignak users.
GNU Affero General Public License v3.0
6 stars 2 forks source link

Add entry point for App in setup.py #293

Closed algorys closed 6 years ago

algorys commented 6 years ago

App now has an installation and launch tool that works.

The setup.py file should now have an entry_points to have a command directly available in the shell.

Can be called alignak-app-launcher to avoid duplicate with the daemon name created at install (alignak-app)

algorys commented 6 years ago

Done.