Commit b71cc923 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2314 from raimon49/provide-consistency-in-setup.cfg-docs

docs: Suggestion - Provide consistency in the description of setup.cfg
parents f62a833c 485703c8
......@@ -1988,11 +1988,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
......@@ -2028,8 +2028,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment