summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-09-16 23:51:10 +0200
committerDavid Sommerseth <davids@redhat.com>2012-09-16 23:51:10 +0200
commit52037fdf12e919df0ca4b13b3e23af7c6254c2b0 (patch)
treeb6a16c945877a29b740994b4b78634304669e5fb
parentd54efa2866b589313d45b92a020974698874161b (diff)
downloadlogactio-52037fdf12e919df0ca4b13b3e23af7c6254c2b0.tar.gz
logactio-52037fdf12e919df0ca4b13b3e23af7c6254c2b0.tar.xz
logactio-52037fdf12e919df0ca4b13b3e23af7c6254c2b0.zip
Update setup.py to also consider the LogAction/Reporters directory
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f367c45..74eb0a0 100644
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,6 @@ setup(name="libactio",
author_email="dazo@users.sourceforge.net",
url="",
license="GPLv2 only",
- packages=["LogActio"],
+ packages=["LogActio", "LogActio.Reporters"],
scripts=["logactio"]
)