Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-25 | Do not hardcode path to the Python interpreter | Lukas Fleischer | 1 | -1/+1 | |
Use `/usr/bin/env python3` instead of `/usr/bin/python3` in the shebang of Python scripts. This adds support for non-standard Python interpreter paths such as the paths used in virtualenv environments. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||||
2016-10-17 | Make maintenance scripts installable | Lukas Fleischer | 1 | -0/+28 | |
Add wrappers for the maintenance scripts to the setuptools configuration. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> |