diff options
author | DanGolding <dan@golding.za.net> | 2018-10-27 14:31:31 +0100 |
---|---|---|
committer | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-10-27 09:31:31 -0400 |
commit | d059e4273d71a012acdbbe1acf4c552e6f5c0793 (patch) | |
tree | a62949272da2cfb596ac6369fc62e2bb651eedf4 /docs | |
parent | bcadaf251169578fb9beb2a6fbf4d27aab329642 (diff) | |
download | external_python_setuptools-d059e4273d71a012acdbbe1acf4c552e6f5c0793.tar.gz external_python_setuptools-d059e4273d71a012acdbbe1acf4c552e6f5c0793.tar.bz2 external_python_setuptools-d059e4273d71a012acdbbe1acf4c552e6f5c0793.zip |
Update setup.cfg documentation to include data_files (#1532)
* Update setup.cfg documentation to include data_files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setuptools.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index da9b0132..46103b25 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2466,9 +2466,9 @@ obsoletes list-comma Options ------- -======================= ===== -Key Type -======================= ===== +======================= =================================== ===== +Key Type Minimum Version +======================= =================================== ===== zip_safe bool setup_requires list-semi install_requires list-semi @@ -2490,7 +2490,8 @@ package_data section exclude_package_data section namespace_packages list-comma py_modules list-comma -======================= ===== +data_files dict 40.5.0 +======================= =================================== ===== .. note:: |