Commit graph

5 commits

Author SHA1 Message Date
AlexV
c10d2bf94f changing default package name for cookiecutter 2017-01-20 14:42:32 +09:00
Louis Taylor
b8fb7486fd Update default name/email
Typing this out over and over again gets old. PRs welcome for something
more generalized.
2015-09-30 21:56:15 +01:00
Louis Taylor
5206dd69ce Remove maintainer_name and maintainer_email
The current default of having a dedicated option for the maintainer is a
bit annoying:

  - If someone is using a cookiecutter template, they are most likely
    starting a new project, which means they are both the author and the
    maintainer. In this case, only author needs to be set.

  - The current default of null doesn't entirely work, and you're left
    with things like `__maintainer__ = 'None <None>'` in a few places.
    Having to remove these by hand is a little tedious.

To keep with the minimalism, this commit just removes the option to set
maintainer_name and maintainer_email.
2015-04-19 22:35:54 +01:00
Sam Clements
bbecba509b Fix everything 2014-03-06 13:37:41 +00:00
Sam Clements
66702da299 Inital commit 2014-03-06 13:21:47 +00:00