implemented an installer with distribute
authorstack <stack@inventati.org>
Fri, 19 Apr 2013 02:07:35 +0000 (04:07 +0200)
committerstack <stack@inventati.org>
Fri, 19 Apr 2013 02:07:35 +0000 (04:07 +0200)
commit957fc59fe85f6c3ad18fe279699db2e614a1d036
tree366a9d812c386fca749bb9a495fcc1736031df4b
parent4ccfdabe53cd795fe1e74b704c15da311986ecaf
implemented an installer with distribute
23 files changed:
.gitignore
CHANGES.txt [new file with mode: 0644]
COSE [deleted file]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile
README.txt [new file with mode: 0644]
dboxswitch/__init__.py [new file with mode: 0644]
dboxswitch/__main__.py [moved from __main__.py with 98% similarity]
dboxswitch/apperror.py [moved from apperror.py with 100% similarity]
dboxswitch/gui.py [moved from gui.py with 100% similarity]
dboxswitch/icons/add.png [moved from add.png with 100% similarity]
dboxswitch/icons/current-profile.png [moved from current-profile.png with 100% similarity]
dboxswitch/icons/delete.png [moved from delete.png with 100% similarity]
dboxswitch/icons/icon.png [moved from icon.png with 100% similarity]
dboxswitch/profhandler.py [moved from profhandler.py with 100% similarity]
dboxswitch/qmenutooltip.py [moved from qmenutooltip.py with 100% similarity]
dboxswitch/settings.py [moved from settings.py with 100% similarity]
icons/add.png [deleted file]
icons/current-profile.png [deleted file]
icons/delete.png [deleted file]
icons/icon.png [deleted file]
setup.py [new file with mode: 0644]