Commit 0088027f authored by Jason R. Coombs's avatar Jason R. Coombs

Add the phrase declarative config for easier searching

parent 26b75f51
......@@ -437,7 +437,7 @@ such projects also need something like ``package_dir={'':'src'}`` in their
Anyway, ``find_packages()`` walks the target directory, filtering by inclusion
patterns, and finds Python packages (any directory). Packages are only
recognized if they include an ``__init__.py`` file. Finally, exclusion
recognized if they include an ``__init__.py`` file. Finally, exclusion
patterns are applied to remove matching packages.
Inclusion and exclusion patterns are package names, optionally including
......@@ -2305,7 +2305,7 @@ Configuring setup() using setup.cfg files
``Setuptools`` allows using configuration files (usually :file:`setup.cfg`)
to define a package’s metadata and other options that are normally supplied
to the ``setup()`` function.
to the ``setup()`` function (declarative config).
This approach not only allows automation scenarios but also reduces
boilerplate code in some cases.
......
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