Skip to content

Commit

Permalink
Update tutorials/intro.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Paige <[email protected]>
  • Loading branch information
lwasser and ucodery authored Dec 27, 2023
1 parent 9824e03 commit 696499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The core elements of Python package include:
- Contributor Documentation in the form of a **CONTRIBUTING.md** file is useful to help people to contribute to your package.
- Development Documentation helps both maintainers and contributors understand how to maintain a package's infrastructure.
- **Tests:** that make sure your code works as it should and makes it easier for you and others to contribute to, modify and update the code in the future
- **License:** An open source license, or license that is [OSI approved](https://opensource.org/licenses/) refers to an license that allows others to both use your package. It also provides legal direction regarding how elements of the package can and can't be reused.
- **License:** An open source license, or license that is [OSI approved](https://opensource.org/licenses/) refers to an license that allows others to use your package. It also provides legal direction regarding how elements of the package can and can't be reused.
- **Infrastructure** that automates updates, publication workflows and runs test suites. Infrastructure includes a suite of things such as platforms like GitHub and GitLab, tools to run tests and tools locally such as nox and tox and continuous integration that automates package maintenance steps.

:::{admonition} What pyOpenSci looks for in a package
Expand Down

0 comments on commit 696499c

Please sign in to comment.