diff options
Diffstat (limited to 'docs/setuptools.txt')
-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:: |