summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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,