diff options
| author | Mick Koch <mick@kochm.co> | 2019-05-20 18:25:19 -0400 |
|---|---|---|
| committer | Mick Koch <mick@kochm.co> | 2019-10-28 18:30:31 -0400 |
| commit | 823ab9d2ec4ab89f90c0a781d872c9071b4afc13 (patch) | |
| tree | 8c6e9f23a72bb970b8d01592aacaee4e71a442bb /setuptools/dist.py | |
| parent | 7748921de342160ca2dc9c9539562bb9c924e14c (diff) | |
| download | python-setuptools-git-823ab9d2ec4ab89f90c0a781d872c9071b4afc13.tar.gz | |
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 2e5ad4bd..fb379a20 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': list, } _patched_dist = None |
