Current Features * View names on any bus * View exported objects, interfaces, methods and signals * View the full command line of services on the bus WWW: http://live.gnome.org/DFeet/ PR: ports/150489 Submitted by: Thinker K.F. Li <thinker at eeebox.branda.to> Feature safe: yes
10 lines
372 B
Python
10 lines
372 B
Python
--- setup.py.orig 2010-09-11 16:27:38.000000000 +0800
|
|
+++ setup.py 2010-09-11 17:54:40.000000000 +0800
|
|
@@ -58,6 +58,7 @@
|
|
platforms='linux',
|
|
scripts=['d-feet'],
|
|
packages=['dfeet', 'dfeet/_ui'],
|
|
+ zip_safe=False,
|
|
data_files=[
|
|
('share/dfeet', glob.glob("ui/*.ui")),
|
|
('share/icons/hicolor/16x16/apps', glob.glob("icons/16x16/*.png")),
|