aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-05 01:49:23 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-05 01:49:23 -0300
commit4e1575c730ca2f5c19fb0efb68ff80987f559475 (patch)
tree37cf5917e2f3896bfdc51f63143d450cea3fbedc /setup.py
parentfixed tinderbox doc, to allow the user of the source tarball too (diff)
downloadg-octave-4e1575c730ca2f5c19fb0efb68ff80987f559475.tar.gz
g-octave-4e1575c730ca2f5c19fb0efb68ff80987f559475.tar.bz2
g-octave-4e1575c730ca2f5c19fb0efb68ff80987f559475.zip
changed the MANIFEST.in and setup.py, to add the new files to the source tarball
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 c800b3b..4b7d09b 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'],
+ packages = ['g_octave', 'g_octave.tinderbox'],
scripts = ['scripts/g-octave'],
data_files = [('/etc', ['etc/g-octave.cfg'])],
requires = ['portage'],