Skip to content

Commit

Permalink
[xcvrd] Fix the console-script xcvrd startup (sonic-net#111)
Browse files Browse the repository at this point in the history
Added changes in the sonic_xcvrd directory of sonic-platform-daemons, changed src dir to xcvrd dir for package generation and changed the setup.py to include the package xcvrd

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Nov 12, 2020
1 parent 8c2a5cc commit d5c586e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sonic-xcvrd/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name = 'sonic-xcvrd',
Expand All @@ -10,9 +10,10 @@
url = 'https://github.com/Azure/sonic-platform-daemons',
maintainer = 'Kebo Liu',
maintainer_email = 'kebol@mellanox.com',
packages = find_packages(),
entry_points = {
'console_scripts': [
'xcvrd = src.xcvrd:main',
'xcvrd = xcvrd.xcvrd:main',
]
},
install_requires = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d5c586e

Please sign in to comment.