summaryrefslogtreecommitdiffstats
path: root/commands/service
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-08-07 14:53:31 +0200
committerMichal Minar <miminar@redhat.com>2013-08-07 14:53:31 +0200
commit6099d70236309436494b9bb669083ffecbc13159 (patch)
tree8f19ca5af9a477292104d30c55acdd69384980df /commands/service
parent689ed00892bc9790af3b586391f5592a005a96f0 (diff)
downloadopenlmi-scripts-6099d70236309436494b9bb669083ffecbc13159.tar.gz
openlmi-scripts-6099d70236309436494b9bb669083ffecbc13159.tar.xz
openlmi-scripts-6099d70236309436494b9bb669083ffecbc13159.zip
fixed setup scripts of commands
ensure, that commands are importable, when installed to user location
Diffstat (limited to 'commands/service')
-rw-r--r--commands/service/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/service/setup.py b/commands/service/setup.py
index 6fa41c4..239a60f 100644
--- a/commands/service/setup.py
+++ b/commands/service/setup.py
@@ -35,7 +35,7 @@ setup(
install_requires=['lmi-scripts'],
namespace_packages=['lmi', 'lmi.scripts'],
- packages=['lmi.scripts.service'],
+ packages=['lmi.scripts', 'lmi.scripts.service'],
include_package_data=True,
entry_points={