Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings authored Jun 21, 2024
1 parent f224908 commit 78106c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78106c1

Please sign in to comment.