Commit 485703c8 authored by raimon's avatar raimon

Provide consistency in the description of setup.cfg

parent 5e60dc50
......@@ -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