diff --git a/setup.py b/setup.py index bac8c27043..267f296429 100644 --- a/setup.py +++ b/setup.py @@ -58,5 +58,6 @@ setuptools.setup( 'bin/glance-control', 'bin/glance-manage', 'bin/glance-registry', + 'bin/glance-replicator', 'bin/glance-scrubber'], py_modules=[])