diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-07-05 04:01:25 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-07-05 04:01:25 +0200 |
commit | 1c9dfd130bf317afe6c78a3d0bdea6001f67a060 (patch) | |
tree | e9133db7daf381fc6a4fd28312cf729177e9fa4c /setup.py | |
parent | 14725b447adaa7055243ed9fc374ed94e85df9ad (diff) | |
download | portato-1c9dfd130bf317afe6c78a3d0bdea6001f67a060.tar.gz portato-1c9dfd130bf317afe6c78a3d0bdea6001f67a060.tar.bz2 portato-1c9dfd130bf317afe6c78a3d0bdea6001f67a060.zip |
Install package_details.py
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ packages = ["portato", "portato.db", "portato.gui", "portato.gui.windows", "port data_files = [ (TEMPLATE_DIR, [os.path.join("portato/gui/templates",x) for x in os.listdir("portato/gui/templates") if x.endswith(".ui")]), (ICON_DIR, ["icons/portato-icon.png"]), - (PLUGIN_DIR, plugin_list("gpytage", "notify", "etc_proposals", "reload_portage"))] + (PLUGIN_DIR, plugin_list("gpytage", "notify", "etc_proposals", "reload_portage", "package_details"))] # do the distutils setup setup(name=APP, |