* Removed ubuntu-sync and ubuntu-cd from setup.py, as they still need

some reworking before they get published in a binary package.
This commit is contained in:
Luke Yelavich 2007-06-26 18:25:44 +10:00
parent 4c6b3cbe98
commit 350426ef1c

View File

@ -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'],
)