diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-01 17:32:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-01 17:32:58 +0100 |
| commit | 00eaec7a0c4e49af9c4062145c969f08d2953abe (patch) | |
| tree | 26ac5421a2fa1c040eaa880354fee717556611a4 /docs/userguide/quickstart.rst | |
| parent | fe6d794adea937f08146084495d0721a375d8ce7 (diff) | |
| parent | 3ecabf8583b6e57d3ac47b34d6afec0b9d00b167 (diff) | |
| download | python-setuptools-git-00eaec7a0c4e49af9c4062145c969f08d2953abe.tar.gz | |
Merge branch 'main' into docs-notfound-page
Diffstat (limited to 'docs/userguide/quickstart.rst')
| -rw-r--r-- | docs/userguide/quickstart.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 6c39c352..060288d8 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -118,7 +118,7 @@ distributing into something that looks like the following mypackage ├── pyproject.toml - | # setup.cfg or setup.py (depending on the confuguration method) + | # setup.cfg or setup.py (depending on the configuration method) | # README.rst or README.md (a nice description of your package) | # LICENCE (properly chosen license information, e.g. MIT, BSD-3, GPL-3, MPL-2, etc...) └── mypackage @@ -186,9 +186,9 @@ found, as shown in the example below: .. code-block:: ini [options] - packages = find: # OR `find_namespaces:` if you want to use namespaces + packages = find: # OR `find_namespace:` if you want to use namespaces - [options.packages.find] # (always `find` even if `find_namespaces:` was used before) + [options.packages.find] # (always `find` even if `find_namespace:` was used before) # This section is optional # Each entry in this section is optional, and if not specified, the default values are: # `where=.`, `include=*` and `exclude=` (empty). |
