Skip to content

Commit a464fc7

Browse files
authored
Merge pull request #1309 from astrojuanlu/patch-1
Remove `setup.py` direct invocation in glossary
2 parents df2c8b2 + d034559 commit a464fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Glossary
208208
Source Distribution (or "sdist")
209209

210210
A :term:`distribution <Distribution Package>` format (usually generated
211-
using ``python setup.py sdist``) that provides metadata and the
211+
using ``python -m build --sdist``) that provides metadata and the
212212
essential source files needed for installing by a tool like :ref:`pip`,
213213
or for generating a :term:`Built Distribution`.
214214

0 commit comments

Comments
 (0)