Skip to content

Commit 3772148

Browse files
authored
Update README.md
1 parent ca20009 commit 3772148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ cookiecutter https://github.com/nlesc/python-template.git
6161
| package_name | my_python_package | Name of the package. Avoid using spaces, dashes, or uppercase letters for the best experience across operating systems. |
6262
| project_name | my-python-project | Name of the project that contains the package. Avoid using spaces or uppercase letters for the best experience across operating systems. |
6363
| package_short_description |   | The information that you enter here will end up in the README, documentation, license, and setup.cfg, so it may be a good idea to prepare something in advance. |
64-
| keyword1 | keyword1 | A term that describes your package |
65-
| keyword2 | keyword2 | Another term that describes your package |
64+
| keyword1 | keyword1 | A term that describes your package. |
65+
| keyword2 | keyword2 | Another term that describes your package. |
6666
| version | 0.1.0 |   |
6767
| github_organization | <my-github-organization> | GitHub organization that will contain this project's repository. This can also be your GitHub user name. |
6868
| license | Apache Software License 2.0 | The software license under which the code is made available. |

0 commit comments

Comments
 (0)