Skip to content

Commit

Permalink
[202012] Add db_migrator_constants.py script to setup.py (#2287)
Browse files Browse the repository at this point in the history
The script "db_migrator_constants.py" was added in the PR #2277 which did not add this script to the setup.py script.
Added the new script to setup.py
  • Loading branch information
vaibhavhd authored Aug 2, 2022
1 parent b580ff5 commit 6da339c
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 @@ -75,6 +75,7 @@
'scripts/coredump-compress',
'scripts/configlet',
'scripts/db_migrator.py',
'scripts/db_migrator_constants.py',
'scripts/decode-syseeprom',
'scripts/dropcheck',
'scripts/disk_check.py',
Expand Down

0 comments on commit 6da339c

Please sign in to comment.