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.
This commit is contained in:
parent
6aef641a0e
commit
5206dd69ce
4 changed files with 0 additions and 14 deletions
|
|
@ -2,9 +2,6 @@
|
|||
"author_name": "Sam Clements",
|
||||
"author_email": "sam@borntyping.co.uk",
|
||||
|
||||
"maintainer_name": null,
|
||||
"maintainer_email": null,
|
||||
|
||||
"package_name": "cookiecutter-pypackage-minimal",
|
||||
"package_version": "0.1.0",
|
||||
"package_description": "An opinionated, minimal cookiecutter template for Python packages",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue