Skip to content

Commit 9dbfe5c

Browse files
ptressellwasser
authored andcommitted
Update publish-conda-forge.md for more little typos
Use consistent style for LICENSE file of the package being built, and some other file names. Fix a few grammatical mistakes.
1 parent 6e70116 commit 9dbfe5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/publish-conda-forge.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ Below we break down each element of that list.
377377

378378
The pyOpenSci tutorials are all pure Python and as such do not use static libraries in a linked or shipped (included in the package distribution) format.
379379

380-
If your package has a more complex builds that includes
380+
If your package has a more complex build that includes
381381
links to extensions written in other languages such as
382-
C++, then be sure that include the proper LICENSE(s) for those extensions in your metadata.
382+
C++, then be sure to include the proper licenses for those extensions in your metadata.
383383

384384
:::{note}
385385
If you want to learn more about static libraries, then [this overview](https://pypackaging-native.github.io/background/compilation_concepts/#shared-vs-static-libraries) might help.
@@ -462,11 +462,11 @@ Review the pull request. If all tests are passing, you can merge it. Shortly aft
462462

463463
## <i class="fa-solid fa-hands-bubbles"></i> Wrap up
464464

465-
If you have walked through this entire tutorial series you have now:
465+
If you have walked through this entire tutorial series you will now:
466466

467467
1. Understand [what a Python package is ](intro.md)
468468
2. Know how to [make your code installable](installable-code.md) into Python environments
469-
3. Know how to create a pyproject.toml file, a README file, and a License and code of conduct.
469+
3. Know how to create a `pyproject.toml` file, a `README` file, and a `LICENSE` and code of conduct.
470470
4. Know how to [publish your package to PyPI](publish-pypi.md) and
471471
5. Know how to publish your package to conda-forge
472472

0 commit comments

Comments
 (0)