Mercurial > hgrepos > Python > apps > py-cutils
diff setup.cfg @ 356:893adaf534d6
Make licenses statements more conformant to REUSE software specifications (FSFE)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 02 Apr 2025 13:27:43 +0200 |
| parents | ca293f708cb4 |
| children |
line wrap: on
line diff
--- a/setup.cfg Tue Apr 01 20:59:53 2025 +0200 +++ b/setup.cfg Wed Apr 02 13:27:43 2025 +0200 @@ -18,7 +18,9 @@ license = BSD 3-Clause "New" or "Revised" License url = https://pypi.dom66.de/simple/py-cutils/ download_url = https://pypi.dom66.de/simple/py-cutils/ -license_files = LICENSE.txt +license_files = + LICENSES/BSD-3-Clause.txt + LICENSES/MIT.txt long_description = file: README.txt long_description_content_type = text/x-rst platforms = any
