WHAT
Convert this repo from using a Makefile to using cookiecutter.
WHY
This is more pythonic
The source repo is not cluttered with generated files
The source repo is actually not needed at all, you just point to it (see README.md)
The source code is more understandable as you can see the mustache templating in the files (and filenames)
HOW
I used the makefile to help me replace the marker text with mustache templates. Then I found several missing bits of text and filenames and updated them, too. Along the way I updated the LGPL to 2007, the current latest.
WHAT Convert this repo from using a Makefile to using cookiecutter.
WHY
HOW I used the makefile to help me replace the marker text with mustache templates. Then I found several missing bits of text and filenames and updated them, too. Along the way I updated the LGPL to 2007, the current latest.