diff options
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/declarative_config.txt | 12 |
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. |