Skip to content

Commit 85a4831

Browse files
author
Matthias Koeppe
committed
src/doc/en/developer/packaging.rst: Update using the new name version_requirements.txt
1 parent 584328f commit 85a4831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/en/developer/packaging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ For example, the ``scipy`` ``spkg-check.in`` file contains the line
623623
624624
exec python3 spkg-check.py
625625
626-
Abstract requirements: The ``install-requires.txt`` file
627-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
626+
Abstract requirements: The ``version_requirements.txt`` file
627+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
628628
629629
All ``normal`` Python packages and all ``wheel`` packages must have a file
630630
``version_requirements.txt``. For ``pip`` packages, the file is optional; if
@@ -1113,7 +1113,7 @@ For Python packages available from PyPI, there is another shortcut::
11131113
11141114
When preparing the update, check that any lower and upper bounds for
11151115
acceptable package versions that may be declared in the file
1116-
``install-requires.txt`` are still correct, and update them as needed.
1116+
``version_requirements.txt`` are still correct, and update them as needed.
11171117
The version in ``package-version.txt`` always needs to fall within the
11181118
version range!
11191119

0 commit comments

Comments
 (0)