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 /setuptools/dist.py | |
| parent | 402240c01964f078254c53ce9db7f1c816146225 (diff) | |
| parent | e08ec2b640f6b2bf943fea70e2a7f9881bbe6e91 (diff) | |
| download | python-setuptools-git-68dbb703705cdd64e25261a6fcc1c0cc96bcf431.tar.gz | |
Merge pull request #1767 from kchmck/feat-license-files
Add support for `license_files` option in metadata
Diffstat (limited to 'setuptools/dist.py')
| -rw-r--r-- | setuptools/dist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py index 4a76b52b..f0a30837 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -409,6 +409,7 @@ class Distribution(_Distribution): 'long_description_content_type': None, 'project_urls': dict, 'provides_extras': ordered_set.OrderedSet, + 'license_files': ordered_set.OrderedSet, } _patched_dist = None |
