aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-05 02:51:52 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-05 02:51:52 -0300
commit66c5d3a2abf6e544e8a8b2590db9b64af0687578 (patch)
treeef67dcae95b10149599a1059f8c050493fb7544b /setup.py
parentdocumentation fixes (diff)
downloadg-octave-66c5d3a2abf6e544e8a8b2590db9b64af0687578.tar.gz
g-octave-66c5d3a2abf6e544e8a8b2590db9b64af0687578.tar.bz2
g-octave-66c5d3a2abf6e544e8a8b2590db9b64af0687578.zip
fixes in the "build system"
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4b7d09b..c800b3b 100755
--- a/setup.py
+++ b/setup.py
@@ -128,7 +128,7 @@ setup(
author = g_octave.__author__,
author_email = g_octave.__email__,
url = g_octave.__url__,
- packages = ['g_octave', 'g_octave.tinderbox'],
+ packages = ['g_octave'],
scripts = ['scripts/g-octave'],
data_files = [('/etc', ['etc/g-octave.cfg'])],
requires = ['portage'],