summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-08-30 16:15:45 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-08-30 16:15:45 +0200
commit23a2d248d3246ba70f883c1ffd41ac7b76b296b9 (patch)
treec995e28193e1dd3d104fe1c4f5bbaf36d8e25663 /setup.py
parent3f91306dd33f115e62bffce41b0c1d4c4f2afc06 (diff)
downloadpython-apt-23a2d248d3246ba70f883c1ffd41ac7b76b296b9.tar.gz
* DistUpgrade/Changelog, README, ReleaseAnnouncement
- updated to reflect reality * DistUpgrade/DistUpgradeControler.py: - set the permission for the apt.log file to 0644 * DistUpgrade/cdromupgrade: - updated and comments added * po/*: - make update-po
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7ea56440..553be74e 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,8 @@ setup(name='update-manager',
packages=[
'SoftwareProperties',
'UpdateManager',
- 'UpdateManager.Common'
+ 'UpdateManager.Common',
+ 'DistUpgrade'
],
scripts=[
'software-properties',