From 78106c16eda5f77c239e8f96cb753447d29ee151 Mon Sep 17 00:00:00 2001 From: Jeff Jennings Date: Fri, 21 Jun 2024 12:40:59 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d63554..fbf0627 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ This is a basic template for a Python repository, including: To make a new Python repo (or codespace) using this template: 1) Click on 'Use this template' button at the top-right of the GitHub page. 2) In your new repo, rename (search and replace) all instances of 'py_template' with the name for your package. -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. +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.) 5) Update the changelog in `HISTORY.rst` when you're ready to release your first version of the code! After cloning your repo to your local machine, from the project's local root directory, you can: