aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-06-25 10:40:15 +0200
committerMichał Górny <mgorny@gentoo.org>2011-06-25 10:40:15 +0200
commit9591b0b7741360471d16225543cf20d9e99805f6 (patch)
treef1582d24f6112a15714d7facfa85df5f8e87974b /setup.py
parentRename the D-Bus config file. (diff)
downloadpms-test-suite-9591b0b7741360471d16225543cf20d9e99805f6.tar.gz
pms-test-suite-9591b0b7741360471d16225543cf20d9e99805f6.tar.bz2
pms-test-suite-9591b0b7741360471d16225543cf20d9e99805f6.zip
Install the D-Bus service config file as well.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b832b28..365968d 100755
--- a/setup.py
+++ b/setup.py
@@ -131,6 +131,9 @@ setup(
'doc/library-format.md',
'doc/ebuild-test-case.md'
],
+ data_files = [
+ ('/etc/dbus-1/system.d', ['org.gentoo.pmstestsuite.conf'])
+ ],
classifiers = [
'Development Status :: 2 - Pre-Alpha',