diff options
| author | 谭九鼎 <109224573@qq.com> | 2020-10-12 08:46:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 08:46:07 +0800 |
| commit | bcb6d47f1618fc37bbab24b54f79e268435f849c (patch) | |
| tree | ea49feec763c938336c190105c350f362cd72064 | |
| parent | 81cf64f294d8152707cf7d8f242f50b9c64c62d4 (diff) | |
| download | python-setuptools-git-bcb6d47f1618fc37bbab24b54f79e268435f849c.tar.gz | |
Update docs/userguide/quickstart.rst
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| -rw-r--r-- | docs/userguide/quickstart.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index fdc7ff14..f2f5e41d 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -82,8 +82,8 @@ Automatic package discovery For simple projects, it's usually easy enough to manually add packages to the ``packages`` keyword in ``setup.cfg``. However, for very large projects , it can be a big burden to keep the package list updated. ``setuptools`` -therefore provides two convenient tools to ease the burden: ``find:`` and -``find_namespace:``. To use it in your project: +therefore provides two convenient tools to ease the burden: ``find:\ `` and +``find_namespace:\ ``. To use it in your project: .. code-block:: ini |
