summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-12-20Build and distribute wheel packagesAaron Iles
The new Python wheel package format speeds up package deployment. Wheel packages are built and published to PyPI with the Makefile targets.
2013-05-30Coverage report tuningAaron Iles
Tweak the included and omitted files used in the coverage report for coveralls.
2013-05-29Upload distribution when registering to PyPIAaron Iles
After registering a new version on PyPI, immediately upload the source distribution package.
2013-05-29Don't use PyPI mirrors when installing packagesAaron Iles
The implementation of a content delivery network (CDN) for PyPI has significantly improved PyPI's performance. It is now faster and more reliable to use the CDB and PyPI's mirrors.
2013-01-06Enable register command as make targetAaron Iles
The register command registers the package on PyPI as a public package.
2013-01-06Create project from touchstone project templateAaron Iles