We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154ec12 commit 288986cCopy full SHA for 288986c
src/sonic-bgpcfgd/setup.py
@@ -9,7 +9,7 @@
9
author_email='[email protected]',
10
url='https://github.com/Azure/sonic-buildimage',
11
packages=setuptools.find_packages(),
12
- scripts=['bgpcfgd'],
+ scripts=['bgpcfgd', 'bgpcfgd_no_template'],
13
install_requires=['jinja2>=2.10', 'netaddr', 'pyyaml'],
14
setup_requires=['pytest-runner', 'pytest'],
15
)
0 commit comments