diff --git a/setup.py b/setup.py index eee29e3..68ab9ef 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ setup(name='ubuntu-dev-tools', 'suspicious-source', 'ubuntu-iso', 'update-maintainer', - 'what-patch', + 'what-patch', + 'manage-credentials', ], packages=['ubuntutools'], py_modules = ['common'],