You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/publish-conda-forge.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -377,9 +377,9 @@ Below we break down each element of that list.
377
377
378
378
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.
379
379
380
-
If your package has a more complex builds that includes
380
+
If your package has a more complex build that includes
381
381
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.
383
383
384
384
:::{note}
385
385
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
462
462
463
463
## <i class="fa-solid fa-hands-bubbles"></i> Wrap up
464
464
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:
466
466
467
467
1. Understand [what a Python package is ](intro.md)
468
468
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.
470
470
4. Know how to [publish your package to PyPI](publish-pypi.md) and
471
471
5. Know how to publish your package to conda-forge
0 commit comments