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 | |
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
-rw-r--r-- | bin/ebus_dump (renamed from examples/dumper.py) | 0 | ||||
-rw-r--r-- | dist/ebus-0.2-py2.5.egg | bin | 9856 -> 10127 bytes | |||
-rw-r--r-- | setup.py | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/examples/dumper.py b/bin/ebus_dump index 01d2ede..01d2ede 100644 --- a/examples/dumper.py +++ b/bin/ebus_dump diff --git a/dist/ebus-0.2-py2.5.egg b/dist/ebus-0.2-py2.5.egg Binary files differindex 4e2d848..3c3cf9d 100644 --- a/dist/ebus-0.2-py2.5.egg +++ b/dist/ebus-0.2-py2.5.egg @@ -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, |