diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 3cde56ea..f3a5f4ff 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2403,7 +2403,7 @@ Metadata and options are set in the config sections of the same name. Using a ``src/`` layout (storing packages in a subdirectory) ============================================================ -If you use a `src` layout, as in, you package structure looks like this:: +If you use a ``src/`` layout, as in, you package structure looks like this:: ├── src │ └── mypackage |