summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBas Nijholt <basnijholt@gmail.com>2022-11-21 10:20:24 -0800
committerGitHub <noreply@github.com>2022-11-21 10:20:24 -0800
commitbd049ee4203d8576a24f43c4334791ca79aaceab (patch)
treeb1ca37762a7ee36622b0ab67f8c4cd6fa89ad740 /docs
parent59ee4980a0f49ea610e26a1aca104334ae03d140 (diff)
downloadpython-setuptools-git-bd049ee4203d8576a24f43c4334791ca79aaceab.tar.gz
Fix spacing in build_meta.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/build_meta.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst
index 3c778d80..36b3cd16 100644
--- a/docs/build_meta.rst
+++ b/docs/build_meta.rst
@@ -49,7 +49,7 @@ files, a ``pyproject.toml`` file and a ``setup.cfg`` file::
setup.cfg
meowpkg/
__init__.py
- module.py
+ module.py
The ``pyproject.toml`` file specifies the build system (i.e. what is
being used to package your scripts and install from source). To use it with