Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c164c95..2f1320b 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
author='Joerg Steffens',
author_email='joerg.steffens@bareos.com',
packages=find_packages(),
- scripts=['bin/bconsole.py', 'bin/bconsole-json.py'],
+ scripts=['bin/bconsole.py', 'bin/bconsole-json.py', 'bin/bareos-fd-connect.py'],
url='https://github.com/joergsteffens/python-bareos/',
# What does your project relate to?
keywords='bareos',