Skip to content

Commit 9f8464e

Browse files
committed
Link to choosealicense and pyOpenSci tutorial
1 parent 47c1893 commit 9f8464e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/packaging.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
112117
Note how our package requires ``scipy`` and we decided to not pin the version
113118
here (see :ref:`version_pinning`).
114119

0 commit comments

Comments
 (0)