Skip to content

Commit

Permalink
[setup.py] Add aliases.ini to sonic_installer package (#1088)
Browse files Browse the repository at this point in the history
Ensure aliases.ini gets installed with the sonic_installer package to enable backward-compatibility with the versions of subcommands which contain underscores.

This was missed in #983
  • Loading branch information
jleveque authored Sep 1, 2020
1 parent 8d6d871 commit 12f0d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
],
package_data={
'show': ['aliases.ini'],
'sonic_installer': ['aliases.ini'],
'tests': ['acl_input/*',
'mock_tables/*.py',
'mock_tables/*.json',
Expand Down

0 comments on commit 12f0d07

Please sign in to comment.