diff options
| author | Michael Vogt <egon@top> | 2005-11-29 17:31:21 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-29 17:31:21 +0100 |
| commit | a79e4fc80ef854844e560e5b547d1398ab149360 (patch) | |
| tree | e321ca95a5573529a4261ca1fdbd01b14c4a17af /setup.py | |
| parent | 4fce0fdfe15c8ab88d63e3919670e1371eb38fb9 (diff) | |
| download | python-apt-a79e4fc80ef854844e560e5b547d1398ab149360.tar.gz | |
* make the software preferences work again completely
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ os.system("cd channels; make") setup(name='update-manager', version='0.1', - packages=['SoftwareProperties','UpdateManager'], + packages=['SoftwareProperties', + 'UpdateManager', + 'UpdateManager.Common'], scripts=['gnome-software-properties','src/update-manager'], data_files=[('share/update-manager/glade', glob.glob("data/*.glade")), |
