summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-06-26 12:34:34 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-06-26 12:34:34 +0200
commit44322d85803ab96342d1bba74363a0fa8b8884e7 (patch)
tree661067c7ea23ad3027dd87c14c9bda5b7c6b7109 /setup.py
parentFix python script name (diff)
downloadg-cran-44322d85803ab96342d1bba74363a0fa8b8884e7.tar.gz
g-cran-44322d85803ab96342d1bba74363a0fa8b8884e7.tar.bz2
g-cran-44322d85803ab96342d1bba74363a0fa8b8884e7.zip
Should install correctly with distutils now. The g-cran script ends up in /usr/bin.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6ac7e1c..8fb2bcb 100644
--- a/setup.py
+++ b/setup.py
@@ -10,4 +10,5 @@ setup(name='G-CRAN',
url='http://git.overlays.gentoo.org/gitweb/?p=proj/g-cran.git ',
packages=['g_cran'],
scripts=['bin/g-cran'],
+ package_data={'g_cran':['cran.ebuild',]},
)