Skip to content

Commit

Permalink
Merge pull request #1815 from Hawk777/document-package-data-asterisk
Browse files Browse the repository at this point in the history
Document using asterisk in package_data section
  • Loading branch information
jaraco committed Oct 27, 2019
2 parents 19eb6bf + cd92d8a commit 85069ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/setuptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
=================
Expand Down

0 comments on commit 85069ea

Please sign in to comment.