File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and objects from other Python files (modules). Now we will take it a step furthe
2929
3030- Collect related functions into modules (files).
3131- Collect related modules into packages (we will show how).
32- - Add a ``LICENSE `` file to your code
32+ - Add a ``LICENSE `` file to your code from ` choosealicense.com < https://choosealicense.com >`__
3333 (see `Software Licensing and Open source explained with cakes <https://github.com/coderefinery/social-coding/blob/main/licensing-and-cakes.md >`__).
3434- Write a ``README.md `` file describing what the code does and how to use it.
3535- It is also recommended to `document your package <https://coderefinery.github.io/documentation/ >`__.
@@ -109,6 +109,11 @@ This is how ``pyproject.toml`` looks:
109109 :caption: pyproject.toml
110110 :emphasize-lines: 13-15
111111
112+ .. seealso ::
113+
114+ pyOpenSci tutorial on
115+ `pyproject.toml metadata <https://www.pyopensci.org/python-package-guide/tutorials/pyproject-toml.html >`__
116+
112117Note how our package requires ``scipy `` and we decided to not pin the version
113118here (see :ref: `version_pinning `).
114119
You can’t perform that action at this time.
0 commit comments