Commit graph

9 commits

Author SHA1 Message Date
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
6aef641a0e Merge pull request #3 from wonderb0lt/patch-1
Don't remove whitespaces for maintainer name
2015-04-15 15:17:10 +01:00
Patrick Stegmann
221154da0f Don't remove whitespaces for maintainer name
This leads to the output to be formatted like this:

    __author__ = 'abc'__maintainer__ = 'xyz'

which is a syntax error
2015-04-15 10:33:41 +02:00
Sam Clements
166ba3577c Merge pull request #2 from kragniz/patch-1
Add py34 to list of default envs
2015-04-09 20:21:50 +01:00
Louis Taylor
a84d7bf8ea Add py34 to list of default envs 2015-04-09 19:04:13 +01:00
Sam Clements
bb4d08791a Minor README improvements 2014-10-01 14:11:26 +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
Sam Clements
cd7c7d047a Initial commit 2014-03-06 03:50:40 -08:00