diff options
author | Necoro <> | 2007-10-24 07:34:30 +0000 |
---|---|---|
committer | Necoro <> | 2007-10-24 07:34:30 +0000 |
commit | 9c6a90744bbc4c2f60bc00e56fc3870f1699731d (patch) | |
tree | f3898f8badf3208f3eb8adfd4dabe0f842784669 | |
parent | 35c24e8eb940c0da2ef973e9283f4f8d6cc4e9d8 (diff) | |
download | portato-9c6a90744bbc4c2f60bc00e56fc3870f1699731d.tar.gz portato-9c6a90744bbc4c2f60bc00e56fc3870f1699731d.tar.bz2 portato-9c6a90744bbc4c2f60bc00e56fc3870f1699731d.zip |
remove ebuild.lang -> is now in the normal gtksourceview
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ def ui_file_list (): packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage", "portato.backend.catapult", "portato.shm"] ext_modules = [Extension("portato.shm.shm", ["shm/shmmodule.c"], define_macros = MacrosAndDefines, extra_compile_args=["-fPIC"])] -data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), (DATA_DIR, ["plugin.xsd", "ebuild.lang"])] +data_files = [(ICON_DIR, ["icons/portato-icon.png"]), (PLUGIN_DIR, plugin_list("shutdown", "resume_loop")), (DATA_DIR, ["plugin.xsd"])] cmdclass = {} package_dir = {"portato.shm" : "shm"} |