diff options
author | Necoro <> | 2007-10-08 13:03:17 +0000 |
---|---|---|
committer | Necoro <> | 2007-10-08 13:03:17 +0000 |
commit | f8724de3c70d660b86590e961493e32d0385677f (patch) | |
tree | 54c80f330501c4f108479abe8c44af99b1360a1a | |
parent | 5eda979fdfd005eff962524bda730a20061b103d (diff) | |
download | portato-f8724de3c70d660b86590e961493e32d0385677f.tar.gz portato-f8724de3c70d660b86590e961493e32d0385677f.tar.bz2 portato-f8724de3c70d660b86590e961493e32d0385677f.zip |
forgot catapult package in setup.py
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ def ui_file_list (): uis = [x for x in os.listdir("portato/gui/templates/ui/") if x.endswith(".ui")] return [os.path.join("portato/gui/templates/ui",x) for x in uis] -packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] +packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage", "portato.backend.catapult"] ext_modules = [] data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), (XSD_DIR, ["plugin.xsd"])] cmdclass = {} |