summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an initial 'man' page.Sam Thursfield2014-12-041-0/+11
| | | | | | Content overlaps with that of the README a bit, I'm not sure what to do about this. Putting 'man' pages online as part of our continuous delivery infrastructure should ultimately be the goal.
* setup.py: Force import extensions to have execute permissions preservedSam Thursfield2014-11-111-0/+26
| | | | | | | | Code for this was taken from Morph's setup.py file. It would possibly be more correct to install these files into a subdirectory of /usr/libexec but it'd be a more complex solution for little actual benefit.
* Fix some file locating and move data/ inside the baserockimport packageSam Thursfield2014-11-111-0/+1
| | | | Now data/ actually gets installed too.
* Remove .py from the program filenameSam Thursfield2014-11-061-1/+1
|
* Add setup.py and move exts/ inside baserockimport packageSam Thursfield2014-11-051-0/+46
It's slightly annoying during development, but the exts/ must be inside the package or it would be installed somewhere silly like /usr/lib/python2.7/site-packages/exts.