summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2010-04-02 19:25:08 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2010-04-02 19:25:08 +0000
commitc9795926a52562aded424b00ea8ad6269c836fbd (patch)
treed667dbef47f649efbb4b2745f1ad4e5d22e5c283 /setup.py
parent07a086944c14fd276ee3a46d7d1926adda7d700a (diff)
downloadebus-alt-c9795926a52562aded424b00ea8ad6269c836fbd.tar.gz
ebus-alt-c9795926a52562aded424b00ea8ad6269c836fbd.zip
examples -> bin
git-svn-id: http://10.2.2.13/svn/common/ebus@1628 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
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 e675b84..ee95d97 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ setup(
author='xapek.org',
author_email='ebus@xapek.org',
url='http://xapek.org',
+ scripts=["bin/ebus_dump"],
packages=find_packages(),
package_data={'doc':['*.txt'], 'xml':['*.xml']},
include_package_data = True,