Skip to content

Commit 12f0d07

Browse files
authored
[setup.py] Add aliases.ini to sonic_installer package (#1088)
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
1 parent 8d6d871 commit 12f0d07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
],
6060
package_data={
6161
'show': ['aliases.ini'],
62+
'sonic_installer': ['aliases.ini'],
6263
'tests': ['acl_input/*',
6364
'mock_tables/*.py',
6465
'mock_tables/*.json',

0 commit comments

Comments
 (0)