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

Merge pull request #1815 from Hawk777/document-package-data-asterisk

Document using asterisk in package_data section
parents 19eb6bf8 cd92d8a9
......@@ -2317,7 +2317,7 @@ tests_require list-semi
include_package_data bool
packages find:, find_namespace:, list-comma
package_dir dict
package_data section
package_data section (1)
exclude_package_data section
namespace_packages list-comma
py_modules list-comma
......@@ -2334,6 +2334,10 @@ data_files dict 40.6.0
**find_namespace directive** - The ``find_namespace:`` directive is supported since Python >=3.3.
Notes:
1. In the `package_data` section, a key named with a single asterisk (`*`)
refers to all packages, in lieu of the empty string used in `setup.py`.
Configuration API
=================
......
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