diff options
-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 |