Skip to content

Commit dfed05c

Browse files
committed
content/packaging: Minor updates
- Minor updates, mostly to small formatting - Also update to keypoints
1 parent 550c1ce commit dfed05c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

content/packaging.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ The solution that we have used to create the example package (using
180180
``setuptools`` and ``twine``) is not the only approach. There are many ways to
181181
achieve this and we avoided going into too many details and comparisons to not
182182
confuse too much. If you web-search this, you will also see that recently the
183-
trend goes towards using ``pyproject.toml`` as more general alternative to
184-
``setup.py``.
183+
trend goes towards using ``pyproject.toml`` as more general
184+
alternative to the previous ``setup.py``.
185185

186186
There are at least two tools which try to make the packaging and PyPI interaction easier:
187187

@@ -253,7 +253,9 @@ library for research software.
253253

254254
.. callout:: Conda package location
255255

256-
Look at the messages produced while building. The location of the local conda package is given (search for `anaconda upload`)::
256+
Look at the messages produced while building. The location of the local conda package is given (search for `anaconda upload`):
257+
258+
.. code-block:: none
257259
258260
~/anaconda3/conda-bld/win-64/runtest-2.2.1-py38_0.tar.bz2
259261

@@ -316,6 +318,7 @@ for publishing your packages.
316318

317319
.. keypoints::
318320

319-
- Organize your code for publishing
320-
- Pypi
321-
- conda
321+
- It is worth it to organize your code for publishing, even if only
322+
you are using it.
323+
- PyPI is a place for Python packages
324+
- conda is similar but is not limited to Python

0 commit comments

Comments
 (0)