summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Change shebang to '#!/usr/bin/python3'"Daniel Firth2016-11-291-1/+1
| | | | This reverts commit e04bef9afc02310aa643a11ea14f9d0e26096684.
* Change shebang to '#!/usr/bin/python3'Javier Jardón2016-11-161-1/+1
| | | | As per PEP 394: https://www.python.org/dev/peps/pep-0394/
* Add a setup.py file for YBDSam Thursfield2015-09-141-0/+8
This allows installing the 'ybd' and 'kbas' modules into a Python 'site-packages' directory, which lets other programs use these modules without having to manually set up PYTHONPATH to point to a source checkout of ybd.git. The setup.py file requires 'pbr', which is a tool for making setup.py files easier to work with. See https://pypi.python.org/pypi/pbr for more info on 'pbr'.