summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-11-30 17:00:07 +0000
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-11-30 17:00:07 +0000
commit535e860b648798aae2644b2b222f19990484be88 (patch)
treefea1e7e29e1ad069d3a708af979f02bbf0a88010 /setup.py
parent4237e29b6f76e7dcfc1b34b984f9640e9a57fb7d (diff)
downloaddbus-python-535e860b648798aae2644b2b222f19990484be88.tar.gz
setup.py: Add dbus.lowlevel
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c455140..3c3588d 100644
--- a/setup.py
+++ b/setup.py
@@ -151,6 +151,7 @@ setup(
"dbus/decorators",
"dbus/introspect_parser",
"dbus/proxies",
+ "dbus/lowlevel",
"dbus/mainloop/__init__",
"dbus/mainloop/glib",
],