Skip to content

Commit f224908

Browse files
authored
Update README.md
1 parent 62621e8 commit f224908

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ This is a basic template for a Python repository, including:
1111
To make a new Python repo (or codespace) using this template:
1212
1) Click on 'Use this template' button at the top-right of the GitHub page.
1313
2) In your new repo, rename (search and replace) all instances of 'py_template' with the name for your package.
14-
3) You can also update the `authors` field in `pyproject.toml` with your name(s) and email(s), and you can update `LICENSE.rst` as you like. This template is partially based on the [OpenAstronomy packaging guide](https://github.com/OpenAstronomy/packaging-guide), so please retain that aspect of the license.
15-
4) Update the changelog in `HISTORY.rst` when you're ready to release your first version of the code!
14+
3) You can also update the `authors` field in `pyproject.toml` with your name(s) and email(s), and you can update `LICENSE.rst` as you like.
15+
- This template is partially based on the [OpenAstronomy packaging guide](https://github.com/OpenAstronomy/packaging-guide), so please retain that aspect of the license.
16+
5) Update the changelog in `HISTORY.rst` when you're ready to release your first version of the code!
1617

1718
After cloning your repo to your local machine, from the project's local root directory, you can:
1819
- Install your package with all optional dependencies:

0 commit comments

Comments
 (0)