diff --git a/st2common/setup.py b/st2common/setup.py index 5530140caf..2c0c926ed6 100644 --- a/st2common/setup.py +++ b/st2common/setup.py @@ -50,6 +50,6 @@ 'bin/st2-run-pack-tests', 'bin/st2ctl', 'bin/st2-generate-symmetric-crypto-key', - 'bin/migrations/', + 'bin/migrations/v1.5/st2-migrate-datastore-to-include-scope-secret.py', ] )