Skip to content

Commit 288986c

Browse files
committed
Added update on setup.py
1 parent 154ec12 commit 288986c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-bgpcfgd/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author_email='[email protected]',
1010
url='https://github.com/Azure/sonic-buildimage',
1111
packages=setuptools.find_packages(),
12-
scripts=['bgpcfgd'],
12+
scripts=['bgpcfgd', 'bgpcfgd_no_template'],
1313
install_requires=['jinja2>=2.10', 'netaddr', 'pyyaml'],
1414
setup_requires=['pytest-runner', 'pytest'],
1515
)

0 commit comments

Comments
 (0)