summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 04:01:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 04:01:25 +0200
commit1c9dfd130bf317afe6c78a3d0bdea6001f67a060 (patch)
treee9133db7daf381fc6a4fd28312cf729177e9fa4c
parent14725b447adaa7055243ed9fc374ed94e85df9ad (diff)
downloadportato-1c9dfd130bf317afe6c78a3d0bdea6001f67a060.tar.gz
portato-1c9dfd130bf317afe6c78a3d0bdea6001f67a060.tar.bz2
portato-1c9dfd130bf317afe6c78a3d0bdea6001f67a060.zip
Install package_details.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 64bcea6..f5f77fb 100644
--- a/setup.py
+++ b/setup.py
@@ -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,