diff options
author | Bas Nijholt <basnijholt@gmail.com> | 2022-11-21 10:21:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 10:21:35 -0800 |
commit | cdec8c2bea81636feb7b183bc20c47cde243386b (patch) | |
tree | cae75d16eb4cfec78c0fc8270850c1dd5087d86b /docs | |
parent | bd049ee4203d8576a24f43c4334791ca79aaceab (diff) | |
download | python-setuptools-git-cdec8c2bea81636feb7b183bc20c47cde243386b.tar.gz |
Remove tabs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build_meta.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst index 36b3cd16..4ec37453 100644 --- a/docs/build_meta.rst +++ b/docs/build_meta.rst @@ -48,8 +48,8 @@ files, a ``pyproject.toml`` file and a ``setup.cfg`` file:: pyproject.toml setup.cfg meowpkg/ - __init__.py - module.py + __init__.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 |