Skip to content

Commit 14e089f

Browse files
committed
remove the table explaining template variables
1 parent 7621d1c commit 14e089f

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,6 @@ Run `copier copy` with the template:
7777
copier copy https://github.com/nlesc/python-template.git path/to/destination
7878
```
7979

80-
| Name | Default value | Explanation |
81-
| ------------------------- | ------------- | ----------- |
82-
| package_name | my_python_package | Name of the package. Avoid using spaces, dashes, or uppercase letters for the best experience across operating systems. This also will be used as the github repository name.|
83-
| package_short_description | Short description of package | The information that you enter here will end up in the README, documentation, license, and pyproject.toml, so it may be a good idea to prepare something in advance. |
84-
| keyword1 | keyword1 | A term that describes your package. |
85-
| keyword2 | keyword2 | Another term that describes your package. |
86-
| version | 0.1.0 |   |
87-
| github_organization | <my-github-organization> | GitHub organization that will contain this project's repository. This can also be your GitHub user name. |
88-
| license | Apache Software License 2.0 | The software license under which the code is made available. |
89-
| full_name | Jane Smith | Your full name, e.g. _Jane Smith_. |
90-
| email | yourname@esciencecenter.nl | Your (work) email address. |
91-
| copyright_holder | Netherlands eScience Center | Name(s) of the organization(s) or person(s) who hold the copyright of the software. |
92-
| 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. |
93-
94-
Once the project files have been generated, follow the steps outlined in
95-
[next_steps.md](template/next_steps.md.jinja).
96-
9780
#### Step 2/2: Read about what was just generated
9881

9982
Good job! You have now generated the skeleton for your package:

0 commit comments

Comments
 (0)