Cleanup project structure and build process
Closed this issue · 1 comments
roskakori commented
- Migrate project to PyScaffold. As a side effect, this implements many recommendations from http://axialcorps.com/2013/08/29/5-simple-rules-for-building-great-python-packages/.
- Integrate cutplace into Travis CI and Coveralls
- Move documentation to https://readthedocs.org
- Add badges to
README.rst
for build:
.. image:: https://travis-ci.org/roskakori/cutplace.svg?branch=master
:target: https://travis-ci.org/roskakori/cutplace
- Add badges to
README.rst
for coverage:
.. image:: https://coveralls.io/repos/roskakori/cutplace/badge.png?branch=master
:target: https://coveralls.io/r/roskakori/cutplace?branch=master
- Add support for wheel >= 0.24 packages; for the time being, this is an addition to the eggs for
setuptools
and not a replacement.
roskakori commented
Done with 0.8.0.