Skip to content

Commit 7a1a0bd

Browse files
authored
Merge branch 'main' into use-pipenv
2 parents 726544c + 16db471 commit 7a1a0bd

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ are not automatically included in a source distribution. For details on
112112
writing a :file:`MANIFEST.in` file, including a list of what's included by
113113
default, see ":ref:`Using MANIFEST.in`".
114114

115-
For an example, see the `MANIFEST.in
116-
<https://github.com/pypa/sampleproject/blob/main/MANIFEST.in>`_ from the `PyPA
117-
sample project <https://github.com/pypa/sampleproject>`_.
115+
However, you may not have to use a :file:`MANIFEST.in`. For an example, the `PyPA
116+
sample project <https://github.com/pypa/sampleproject>`_ has removed its manifest
117+
file, since all the necessary files have been included by :ref:`setuptools` 43.0.0
118+
and newer.
118119

119120
.. note:: :file:`MANIFEST.in` does not affect binary distributions such as wheels.
120121

source/guides/installing-scientific-packages.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ software.
1515

1616
In particular, `NumPy <https://numpy.org/>`__, which provides the basis
1717
for most of the software in the `scientific Python stack
18-
<https://web.archive.org/web/https://scipy.org/stackspec.html>`__ can be configured
18+
<https://scientific-python.org>`_ can be configured
1919
to interoperate with different FORTRAN libraries, and can take advantage
2020
of different levels of vectorised instructions available in modern CPUs.
2121

@@ -91,15 +91,15 @@ published on python.org.
9191

9292
macOS users also have access to Linux distribution style package managers
9393
such as ``Homebrew``. The SciPy site has more details on using Homebrew to
94-
install the `scientific Python stack
95-
<https://scipy.org/install/>`__.
94+
`install SciPy on macOS <https://scipy.org/install/#mac>`_.
9695

9796

9897
SciPy distributions
9998
-------------------
10099

101100
The SciPy site lists `several distributions
102-
<https://scipy.org/install/>`__ that provide the full SciPy stack to
101+
<https://scipy.org/install/#distributions>`_
102+
that provide the full SciPy stack to
103103
end users in an easy to use and update format.
104104

105105
Some of these distributions may not be compatible with the standard ``pip``

0 commit comments

Comments
 (0)