diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-16 17:03:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 17:03:08 -0500 |
commit | 13a17a7608698c4299c20f18d5e04456d3a79a3a (patch) | |
tree | 1e3dc402e4c2891a526d4f6ab37c0affcbf0c414 | |
parent | 6ad2fb0b78d11e22672f56ef9d65d13ebd3475a9 (diff) | |
parent | 4665f91bda1541205d9a6675bc81ed6599a608e3 (diff) | |
download | python-setuptools-git-13a17a7608698c4299c20f18d5e04456d3a79a3a.tar.gz |
Merge pull request #2511 from webknjaz/maintenance/setup.cfg-license-files
Use license_files instead of license_file in meta
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [metadata] -license_file = LICENSE +license_files = + LICENSE name = setuptools version = 51.2.0 author = Python Packaging Authority |