File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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
181181achieve this and we avoided going into too many details and comparisons to not
182182confuse 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
186186There 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
You can’t perform that action at this time.
0 commit comments