diff --git a/setup.py b/setup.py index d4652d5..47bee13 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if os.path.exists(changelog): setup(name='ubuntu-dev-tools', version=version, - scripts=['404main', 'check-symbols', 'pbuilder-dist', 'ubuntu-cd', - 'ubuntu-sync', 'update-maintainer'], + scripts=['404main', 'check-symbols', 'pbuilder-dist', + 'update-maintainer'], )