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