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. ...@@ -1988,11 +1988,11 @@ boilerplate code in some cases.
include_package_data = True include_package_data = True
packages = find: packages = find:
scripts = scripts =
bin/first.py bin/first.py
bin/second.py bin/second.py
install_requires = install_requires =
requests requests
importlib; python_version == "2.6" importlib; python_version == "2.6"
[options.package_data] [options.package_data]
* = *.txt, *.rst * = *.txt, *.rst
...@@ -2028,8 +2028,8 @@ Metadata and options are set in the config sections of the same name. ...@@ -2028,8 +2028,8 @@ Metadata and options are set in the config sections of the same name.
[metadata] [metadata]
keywords = keywords =
one one
two two
* In some cases, complex values can be provided in dedicated subsections for * In some cases, complex values can be provided in dedicated subsections for
clarity. 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