diff options
| author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-05-16 13:28:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 13:28:41 +0100 |
| commit | b4226940d326d3774a4599955f35ff628a7ecc51 (patch) | |
| tree | dfb4e498fe733f7b259aca423f3e4919f63421a7 /docs | |
| parent | 4810455c7c541abe37dbe495ef002b9ca84bf143 (diff) | |
| download | python-setuptools-git-b4226940d326d3774a4599955f35ff628a7ecc51.tar.gz | |
Apply suggestions from code review
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 1ca98771..dc4c2f36 100644 --- a/docs/build_meta.rst +++ b/docs/build_meta.rst @@ -48,7 +48,7 @@ files, a ``pyproject.toml`` file and a ``setup.cfg`` file:: setup.cfg meowpkg/ __init__.py - meowpkg.py + module.py The pyproject.toml file is required to specify the build system (i.e. what is being used to package your scripts and install from source). To use it with |
