diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-16 15:19:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-16 15:19:37 -0500 |
| commit | 68dbb703705cdd64e25261a6fcc1c0cc96bcf431 (patch) | |
| tree | 7b52801746baba0bc73d39e4f4f5af0a2a3e48fa /docs/setuptools.txt | |
| parent | 402240c01964f078254c53ce9db7f1c816146225 (diff) | |
| parent | e08ec2b640f6b2bf943fea70e2a7f9881bbe6e91 (diff) | |
| download | external_python_setuptools-68dbb703705cdd64e25261a6fcc1c0cc96bcf431.tar.gz external_python_setuptools-68dbb703705cdd64e25261a6fcc1c0cc96bcf431.tar.bz2 external_python_setuptools-68dbb703705cdd64e25261a6fcc1c0cc96bcf431.zip | |
Merge pull request #1767 from kchmck/feat-license-files
Add support for `license_files` option in metadata
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 7a6f957c..0dda5622 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2274,6 +2274,7 @@ maintainer_email maintainer-email str classifiers classifier file:, list-comma license str license_file str +license_files list-comma description summary file:, str long_description long-description file:, str long_description_content_type str 38.6.0 |
