Use cookiecutter's --checkout
options to use a specific version.
Changed the string repr routine for name/description/email to dump unicode literals instead of utf8 encoded bytestrings.
If you run cookiecutter on Python 2 you'll get unicode escapes ("uXXXX") and on Python 3 you'll get the pretty gliphs.
Fixed the
bootstrap.py
script (that's used for thetest_matrix_configurator
mode) to work from any current working directory.Included the branch name in the AppVeyor build number.
Make the CLI optional and add support for using click.
- Added support for nose test runner. Contributed by Alexander Artemenko, #8 #9.
- Strip all text roles from
long_description
insetup.py
. - Added contributing guide for the template.
- Improved the tests for the template (minor perm and path issues).
- The
setup.py release
doesn't upload anymore. Added instructions for using twine. - Minor glob simplification in
MANIFEST.in
.
- First tag.