Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cookiecutter https://github.com/nlesc/python-template.git
| version | 0.1.0 |   |
| github_organization | <my-github-organization> | GitHub organization that will contain this project's repository. This can also be your GitHub user name. |
| license | Apache Software License 2.0 | The software license under which the code is made available. |
| full_name | John Smith | Your full name, e.g. _John Smith_. |
| full_name | Jane Smith | Your full name, e.g. _Jane Smith_. |
| email | yourname@esciencecenter.nl | Your (work) email address. |
| copyright_holder | Netherlands eScience Center | Name(s) of the organization(s) or person(s) who hold the copyright of the software. |
| code_of_conduct_email | yourname@esciencecenter.nl | Email address of the person who should be contacted in case of violations of the Code of Conduct. |
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "0.1.0",
"github_organization": "<my-github-organization>",
"license": ["Apache Software License 2.0", "MIT license", "BSD license", "ISC license", "GNU General Public License v3 or later", "Not open source"],
"full_name": "John Smith",
"full_name": "Jane Smith",
"email": "yourname@esciencecenter.nl",
"copyright_holder": "Netherlands eScience Center",
"code_of_conduct_email": "{{ cookiecutter.email }}"
Expand Down