summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-01-15 18:19:59 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-01-15 18:19:59 -0200
commit672bae47a02e3700e0b0275f5929e4262911f2bd (patch)
treed4d631f2bb8155b672b8c0d8dca7d0036c9f5e82
parentb8b7674136936e0cc9d38c85891850adad2ef82e (diff)
downloadtuna-672bae47a02e3700e0b0275f5929e4262911f2bd.tar.gz
setup: Add "tuna/gui" to the package list
So that python setuptool can install it. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index af33929..0bea6f1 100755
--- a/setup.py
+++ b/setup.py
@@ -24,5 +24,5 @@ Provides interface for changing scheduler and IRQ tunables, at whole CPU and at
thread/IRQ level. Allows isolating CPUs for use by a specific application and moving
threads and interrupts to a CPU by just dragging and dropping them.
""",
- packages = ["tuna"],
+ packages = ["tuna", "tuna/gui"],
)