summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-23 17:26:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-23 17:26:34 -0400
commit8cca69b8ffd372ce5e3089cebbdbf92c071f3761 (patch)
tree6300de4fda7c64f81ecc98e54c1ca3e3ea9bd5d5 /docs/userguide
parentf852d1598a7814f5f4f6e8bf26d3d60cffe1798a (diff)
parent662816b65fbbfaf4e8ff523e39a6034785a4d8eb (diff)
downloadpython-setuptools-git-feature/2093-docs-revamp.tar.gz
Merge branch 'master' into feature/2093-docs-revampfeature/2093-docs-revamp
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/declarative_config.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/userguide/declarative_config.txt b/docs/userguide/declarative_config.txt
index 2aa1c717..51c897c4 100644
--- a/docs/userguide/declarative_config.txt
+++ b/docs/userguide/declarative_config.txt
@@ -46,11 +46,11 @@ boilerplate code in some cases.
include_package_data = True
packages = find:
scripts =
- bin/first.py
- bin/second.py
+ bin/first.py
+ bin/second.py
install_requires =
- requests
- importlib; python_version == "2.6"
+ requests
+ importlib; python_version == "2.6"
[options.package_data]
* = *.txt, *.rst
@@ -86,8 +86,8 @@ Metadata and options are set in the config sections of the same name.
[metadata]
keywords =
- one
- two
+ one
+ two
* In some cases, complex values can be provided in dedicated subsections for
clarity.