summaryrefslogtreecommitdiffstats
path: root/commands/service/setup.py.skel
Commit message (Collapse)AuthorAgeFilesLines
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-241-1/+1
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* unified script versionsMichal Minar2014-03-171-0/+43
All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.