diff options
author | necoro <> | 2007-06-12 20:57:00 +0000 |
---|---|---|
committer | necoro <> | 2007-06-12 20:57:00 +0000 |
commit | 6b0f8bd0941681b7aee77b0bdbe6fa99a6369031 (patch) | |
tree | e584f17d832b3bf77183566fa0ee6ac0dad9c2a2 | |
parent | cc8a41e09db8ad0b0666a30832d4b510b71ab5c4 (diff) | |
download | portato-6b0f8bd0941681b7aee77b0bdbe6fa99a6369031.tar.gz portato-6b0f8bd0941681b7aee77b0bdbe6fa99a6369031.tar.bz2 portato-6b0f8bd0941681b7aee77b0bdbe6fa99a6369031.zip |
bug in setup.py
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from portato.constants import VERSION, DATA_DIR, FRONTENDS, ICON_DIR packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] -data_files = [(ICON_DIR, ["icons/portato-icon.png", "icons/portato-icon.svg"]])] +data_files = [(ICON_DIR, ["icons/portato-icon.png", "icons/portato-icon.svg"])] cmdclass = {} if "gtk" in FRONTENDS: |