diff options
author | Bas Nijholt <basnijholt@gmail.com> | 2022-11-21 10:20:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 10:20:24 -0800 |
commit | bd049ee4203d8576a24f43c4334791ca79aaceab (patch) | |
tree | b1ca37762a7ee36622b0ab67f8c4cd6fa89ad740 /docs | |
parent | 59ee4980a0f49ea610e26a1aca104334ae03d140 (diff) | |
download | python-setuptools-git-bd049ee4203d8576a24f43c4334791ca79aaceab.tar.gz |
Fix spacing in build_meta.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build_meta.rst | 2 |
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 |