diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-02 19:25:08 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2010-04-02 19:25:08 +0000 |
commit | c9795926a52562aded424b00ea8ad6269c836fbd (patch) | |
tree | d667dbef47f649efbb4b2745f1ad4e5d22e5c283 /setup.py | |
parent | 07a086944c14fd276ee3a46d7d1926adda7d700a (diff) | |
download | ebus-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |