summary refs log tree commit diff
path: root/setup.py
AgeCommit message (Collapse)Author
2016-05-15Install systemd unit file from setup.pyClayton G. Hobbs
Now distributions created from setup.py put the systemd unit file in the correct location for units provided by packages. It may then be enabled and started by the user with systemctl. Closes #11.
2016-04-30Update version number to 0.1.1Clayton G. Hobbs
Since I fixed a critical bug, I think a new version number is in order.
2016-04-30Add a setup.py script for installationClayton G. Hobbs
I finally got around to learning how to make a setup.py script. I have finally blossomed into a mature adult.