Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: fix support for installing without root prefixSascha Silbe2012-04-221-1/+1
| | | | | | | 8bce5a1 broke installation without --root= because self.root is None in that case. Make sure we're using a string for len() even if self.root is None.
* setup.py: fix --root support for D-Bus service filesSascha Silbe2011-07-061-1/+1
|
* setup.py: add 'test' command to invoke test suiteSascha Silbe2011-05-141-1/+19
|
* add installerSascha Silbe2011-04-121-0/+96